get_user_following
Retrieve the list of Twitter accounts a user is following. Specify the screen name and use cursor for pagination.
Instructions
Get accounts a Twitter user is following via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from previous response. | |
| userName | Yes | Screen name (without @). |