Other
Following public endpoints start to paint a beta picture of a social graph.
Followed accounts
This public endpoint returns a list of accounts that a specific account follows, where account_id is mandatory and type string
GET /accounts/{account_id}/followings
Accounts that follow
This public endpoint returns a list of accounts that follow a specific account
GET /accounts/{account_id}/followers
More information can be found here
Updated almost 2 years ago