This page details the currently available Graph methods.
Last updated 1 year ago
username or userid
lookup method, can be 'username' or 'userid'
pagination
curl -L \ --request POST \ --url '/graph/get_followers' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user": "text", "how": "text", "page": 1 }'
No body
curl -L \ --request POST \ --url '/graph/get_following' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user": "text", "how": "text", "page": 1 }'