twtr_followers_list: GET followers/list

Description Usage Arguments See Also

View source: R/followers_list.R

Description

GET followers/list

Usage

1
2
3
twtr_followers_list(user_id = NULL, screen_name = NULL, cursor = NULL,
  countoptional = NULL, skip_status = NULL, include_user_entities = 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: twitterdev

cursor

Causes the results to be broken into pages. 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

countoptional

The number of users to return per page, up to a maximum of 200. Defaults to 20. Example Values: 42

skip_status

When set to either true, t or 1, statuses will not be included in the returned user objects. If set to any other value, statuses will be included. Example Values: false

include_user_entities

The user object entities node will not be included when set to false. Example Values: false

See Also

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


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