Get User Followings
User Endpoints
Get User Followings
List the accounts a given X user follows, identified by @handle.
GET
Get User Followings
List the accounts a given X user follows, identified by @handle.
Returns 200 entries per page with
has_next_page and next_cursor. Use this to infer a user’s interests, information sources, or professional network — who someone follows is usually a stronger signal of intent than who follows them.
For the opposite direction use get_twitter_user_followers. To test a single specific pair without paging through thousands of records, use get_twitter_user_check_follow_relationship.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Screen name of the user.
The cursor to paginate through the results. First page is empty.
The number of followings to return per page.
Required range:
20 <= x <= 200