Description Usage Arguments See Also
View source: R/account_verify_credentials.R
GET account/verify_credentials
1 2 | twtr_account_verify_credentials(include_entities = NULL, skip_status = NULL,
include_email = NULL, ...)
|
include_entities |
The entities node will not be included when set to false. Example Values: false |
skip_status |
When set to either true, t or 1 statuses will not be included in the returned user object. Example Values: true |
include_email |
Use of this parameter requires whitelisting. When set to true email will be returned in the user objects as a string. If the user does not have an email address on their account, or if the email address is un-verified, null will be returned. Example Values: true |
https://dev.twitter.com/rest/reference/get/account/verify_credentials
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.