addFans
Follow specified user
Path Parameters
- username requiredfollowed user's username 
Header Parameters
- Authorization requiredOauth2 token or private token (needs to start with Bearer plus a space) 
Responses
- 200
- 400
- 401
Success
Cannot follow repeatedly
invalid token
- application/json
- application/xml
- Schema
- Example (from schema)
Schema
- error stringerror name 
- error_description stringwrong description 
{
  "error": "invalid_token",
  "error_description": "Invalid token, please provide correct token"
}
- Schema
- Example (from schema)
Schema
- error stringerror name 
- error_description stringwrong description 
<root>
  <error>invalid_token</error>
  <error_description>Invalid token, please provide correct token</error_description>
</root>
Loading...