twtr_followers_ids: GET followers/ids

Description Usage Arguments See Also

View source: R/followers_ids.R

Description

GET followers/ids

Usage

1
2
twtr_followers_ids(user_id = NULL, screen_name = NULL, cursor = NULL,
  stringify_ids = NULL, count = NULL, ...)

Arguments

user_id

The ID of the user for whom to return results for. Example Values: 12345

screen_name

The screen name of the user for whom to return results for. Example Values: noradio

cursor

Causes the list of connections to be broken into pages of no more than 5000 IDs at a time. The number of IDs returned is not guaranteed to be 5000 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 Using cursors to navigate collections for more information. Example Values: 12893764510938

stringify_ids

Many programming environments will not consume our Tweet ids due to their size. Provide this option to have ids returned as strings instead. More about [node:194]. Example Values: true

count

Specifies the number of IDs attempt retrieval of, up to a maximum of 5,000 per distinct request. The value of count is best thought of as a limit to the number of results to return. When using the count parameter with this method, it is wise to use a consistent count value across all requests to the same user<c2><81>fs collection. Usage of this parameter is encouraged in environments where all 5,000 IDs constitutes too large of a response. Example Values: 2048

See Also

https://dev.twitter.com/rest/reference/get/followers/ids


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