list_followed_by_authenticated_user | SELECT | | Lists the people who the authenticated user follows. |
list_following_for_user | SELECT | username | Lists the people who the specified user follows. |
check_following_for_user | EXEC | target_user, username | |
check_person_is_followed_by_authenticated | EXEC | username | |
follow | EXEC | username | Note that you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see "HTTP verbs."
Following a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow scope. |
unfollow | EXEC | username | Unfollowing a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow scope. |