I am auth-ing users with their Twitter profile. For one of the users, the API call fails saying “Authentication credentials (Authentication overview | Docs | Twitter Developer Platform) were missing or incorrect”. This probably means the user has revoked the access for my app but how can I make sure? Is there any API to help me with that?

Sure, you can use GET account/verify_credentials | Docs | Twitter Developer Platform in v1.1 or GET /2/users/me | Docs | Twitter Developer Platform in v2

1 Like

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