Output who I'm following in JSON, possible?

I’ve looked at the API, I can’t seem to find the call to list who I’m following, if it’s possible?

I’ve been able to list who’s following me, who’s subscribed, etc but I can’t get a list of who I’m following in a JSON format?

It is possible just using a client_id?

You can use the Get Users Follows endpoint and use the from_id param with your ID and it’ll return all follows from that ID.

Yes you can use just an client id, the endpoint doesn’t require any authentication, although you’ll have a greatly reduced rate limit compared to using a Bearer token.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.