Description Usage Arguments See Also
View source: R/statuses_retweeters_ids.R
GET statuses/retweeters/ids
1 | twtr_statuses_retweeters_ids(id, cursor = NULL, stringify_ids = NULL, ...)
|
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 |
https://dev.twitter.com/rest/reference/get/statuses/retweeters/ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.