-
Notifications
You must be signed in to change notification settings - Fork 76
Protocol Follow
Returns the list of following users or followed users.
-
access_token(string, required) -
type(string, required)Follow type of the relation.
-
filter(string, required)One of the following:
-
following: Returns a list of users who the specified user is following. -
followed: Returns a list of users who is following the specified user. -
mutual: Returns a list of user who is following the current user and the current user is following back.
-
-
user_id(string, optional)Follow list of the other user to be returned. This parameter is considered only for
followingandfollowedfilter.
-
result(array of objects)The user records who meet the specified follow criteria.
Request to add another user to the follow list of the current user.
-
access_token(string, required) -
type(string, required)Follow relation type.
-
target_user(string, required)The identifier of the user to follow.
Remove another user from the follow list of the current user.
-
access_token(string, required) -
type(string, required)Follow relation type.
-
target_user(string, required)The identifier of the user to unfollow.