I was trying to use this endpoint to get a list of who a user follows. For that, I used:
Apparently I don’t have permission.
I would like to know how do I get this list?
I was trying to use this endpoint to get a list of who a user follows. For that, I used:
Apparently I don’t have permission.
I would like to know how do I get this list?
Requires a user access token that includes the user:read:follows scope.
This suggests you didn’t apply the correct scope(s) to the token you used.
A user token with user:read:follows
is required
So to see who fred
follows you need permission from fred
and a token that represents fred
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.