Learn R Programming

twitterreport (version 0.15.11)

tw_api_get_followers_ids: GET followers/ids

Description

Returns a list of followers IDs of a given user.

Usage

tw_api_get_followers_ids(screen_name = NULL, twitter_token, user_id = NULL, cursor = NULL, count = 1000, ...)

Arguments

screen_name
User screen name
twitter_token
Token
user_id
User Id number
cursor
Page number (cursor)
count
Number of ids by page
...
Further arguments to be passed to GET

Value

A vector

Details

From twitterReturns a cursored collection of user IDs for every user following the specified user.

At this time, results are ordered with the most recent following first -- however, this ordering is subject to unannounced change and eventual consistency issues.

References

Twitter REST API (GET followers/ids) https://dev.twitter.com/rest/reference/get/followers/ids

See Also

Other API functions: tw_api_get_followers_list, tw_api_get_friends_ids, tw_api_get_search_tweets, tw_api_get_statuses_sample, tw_api_get_statuses_user_timeline, tw_api_get_trends_place, tw_api_get_users_search, tw_api_get_users_show, tw_api_trends_available, tw_gen_token