Hello everyone,
I want to get the friends and followers of the users that authenticated with Twitter to my app.
I successfully get the bearer token to send application-only authenticated requests.
The problem is that requests work successfully only for some specific users and for the rest of them throw a “Not authorized.” error.
This is not a rate limit exceeded problem, since I successfully handle them.
Any ideas ?
Thank you