get_user_following_ids
Fetch the IDs of accounts a Twitter user follows by providing their username. Supports paginated results with a custom count up to 5000.
Instructions
GET Following IDs by Username
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Maximum count is 5000 | |
| cursor | No | Example value: | |
| username | Yes | Example value: mrbeast |