twtr_statuses_show: GET statuses/show/:id

Description Usage Arguments See Also

View source: R/statuses_show.R

Description

GET statuses/show/:id

Usage

1
2
twtr_statuses_show(id, trim_user = NULL, include_my_retweet = NULL,
  include_entities = NULL, ...)

Arguments

id

The numerical ID of the desired Tweet. Example Values: 123

trim_user

When set to either true, t or 1, each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object. Example Values: true

include_my_retweet

When set to either true, t or 1, any Tweets returned that have been retweeted by the authenticating user will include an additional current_user_retweet node, containing the ID of the source status for the retweet. Example Values: true

include_entities

The entities node will be disincluded when set to false. Example Values: false

See Also

https://dev.twitter.com/rest/reference/get/statuses/show/%3Aid


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