Description Usage Arguments See Also
GET friends/list
1 2 3 |
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 |
https://dev.twitter.com/rest/reference/get/friends/list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.