Check Follow Relationship
User Endpoints
Check Follow Relationship
Check whether one X user follows another, in both directions, by @handle.
GET
Check Follow Relationship
Check whether one X user follows another, in both directions, by @handle. Use this for a single targeted lookup instead of paging through
get_twitter_user_followers or get_twitter_user_followings — it answers ‘does A follow B, and does B follow A’ in one request.
Returns the relationship flags under data.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Screen name of the source user.
Screen name of the target user.