Twitter login not working on universal login page

Twitter login is not working on the universal login page. I have already checked my Twitter dev dashboard and it is not suspended.

{
  "error": "access_denied",
  "error_description": "Desktop applications only support the oauth_callback value 'oob'"
}

getting this error. Getting errors only for Twitter cases, other connections like GitHub and Google are working.

Hi @raj6939,

Welcome to the Auth0 Community!

Are you using Auth0’s Twitter dev keys or did you create your own? It looks like this error can be returned when you have a missing callback URL in Twitter’s OAuth settings.

Let me know,
Dan

2 Likes

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