twtr_lists_members: GET lists/members

Description Usage Arguments See Also

View source: R/lists_members.R

Description

GET lists/members

Usage

1
2
3
twtr_lists_members(list_id, slug, owner_screen_name = NULL, owner_id = NULL,
  count = NULL, cursor = NULL, include_entities = NULL,
  skip_status = NULL, ...)

Arguments

list_id

The numerical id of the list.

slug

You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you<c2><81>fll also have to specify the list owner using the owner_id or owner_screen_name parameters.

owner_screen_name

The screen name of the user who owns the list being requested by a slug.

owner_id

The user ID of the user who owns the list being requested by a slug.

count

Specifies the number of results to return per page (see cursor below). The default is 20, with a maximum of 5,000.

cursor

Causes the collection of list members to be broken into <c2><81>gpages<c2><81>h of consistent sizes (specified by the count parameter). 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

include_entities

The entities node will be disincluded when set to false. Example Values: false

skip_status

When set to either true, t or 1 statuses will not be included in the returned user objects.

See Also

https://dev.twitter.com/rest/reference/get/lists/members


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