View source: R/get_users_follows.R
get_users_follows | R Documentation |
Get Users Follows
get_users_follows( from_id = NULL, to_id = NULL, first = 20, after = NULL, before = NULL )
from_id |
User ID. The request returns information about users who are being followed by the from_id user. |
to_id |
User ID. The request returns information about users who are following the to_id user. |
first |
Maximum number of objects to return. Maximum: 100. Default: 20. |
after |
Cursor for forward pagination: tells the server where to start fetching the next set of results, in a multi-page response. |
before |
Cursor for backward pagination: tells the server where to start fetching the next set of results, in a multi-page response. |
A list with clip information.
https://dev.twitch.tv/docs/api/reference/#get-users-follows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.