/api/follow-user
Follow or unfollow a user.
End point: http://greatpost.es/api/follow-user?access_token=ACCESS_TOKEN
POST data:
Key
Value
Description
Required
user_id
int
Who to follow?
Yes
JSON formatted success repsond:
{
"api_status": 200,
"follow_status": "followed|unfollowed"
}Last updated