URLs
POST api/v1/users/{followerid}/following.xml (or .json)
CREATE a follow for a user by user id.
POST api/v1/users/{followername}/following.xml (or .json)
CREATE a follow for a user by username…
URLs
DELETE api/v1/users/{followerid}/following/{followingid}.xml (or .json)
DELETE a follow for a user by user id.
DELETE api/v1/users/{followername}/following/{followingname}.xml (or .json)
…
URLs
GET api/v1/users/{followerid}/following.xml (or .json)
LIST users that are being followed by a user by user id.
GET api/v1/users/{followername}/following.xml (or .json)
LIST users that are…