twtr_account_verify_credentials: GET account/verify_credentials

Description Usage Arguments See Also

View source: R/account_verify_credentials.R

Description

GET account/verify_credentials

Usage

1
2
twtr_account_verify_credentials(include_entities = NULL, skip_status = NULL,
  include_email = NULL, ...)

Arguments

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

See Also

https://dev.twitter.com/rest/reference/get/account/verify_credentials


yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.