twtr_friends_list: GET friends/list

Description Usage Arguments See Also

View source: R/friends_list.R

Description

GET friends/list

Usage

1
2
3
twtr_friends_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: noradio

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 [node:10362, title=<c2><81>hUsing cursors to navigate collections<c2><81>h] 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. Example Values: false

include_user_entities

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

See Also

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


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