Users\Followers

Check if a user is following another user

This method determines whether the authenticated user is a follower of the user in question.

get/users/{user_id}/following/{follow_user_id}

Path parameters

follow_user_idnumber required
Example:3766357

The ID of the user to follow.

user_idnumber required
Example:152184

The ID of the user.

Response

The authenticated user follows the user in question.

Changes

Changed in 2 of the 13 revisions of this API.4