twtr_statuses_retweeters_ids: GET statuses/retweeters/ids

Description Usage Arguments See Also

View source: R/statuses_retweeters_ids.R

Description

GET statuses/retweeters/ids

Usage

1
twtr_statuses_retweeters_ids(id, cursor = NULL, stringify_ids = NULL, ...)

Arguments

id

The numerical ID of the desired status. Example Values: 327473909412814850

cursor

Causes the list of IDs to be broken into pages of no more than 100 IDs at a time. The number of IDs returned is not guaranteed to be 100 as suspended users are filtered out after connections are queried. If no cursor is provided, a value of -1 will be assumed, which is the first <c2><81>gpage.<c2><81>h The response from the API will include a previous_cursor and next_cursor to allow paging back and forth. See our cursor docs for more information. While this method supports the cursor parameter, the entire result set can be returned in a single cursored collection. Using the count parameter with this method will not provide segmented cursors for use with this parameter. Example Values: 12893764510938

stringify_ids

Many programming environments will not consume our ids due to their size. Provide this option to have ids returned as strings instead. Example Values: true

See Also

https://dev.twitter.com/rest/reference/get/statuses/retweeters/ids


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