You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
I'm testing this out with Twitter. When I use the _loginWithAuth0() method I get navigated correctly to the Auth0 with the Twitter option and the email/password option. However, when I select Twitter I get an error in my simulator stating:
Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings.
and the logs show:
Object {
"errorCode": undefined,
"params": Object {
"error": "access_denied",
"error_description": "Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings",
"exp://localhost:19000/--/expo-auth-session": "",
},
"type": "success",
"url": "exp://localhost:19000/--/expo-auth-session#error=access_denied&error_description=Callback%20URL%20not%20approved%20for%20this%20client%20application.%20Approved%20callback%20URLs%20can%20be%20adjusted%20in%20your%20application%20settings",
}
However, if I use the _loginWithAuth0Twitter() method I simply get the same error above, nothing opens in the webview. I've tried setting up my Auth0 application callback URLS as such:
I'm testing this out with Twitter. When I use the _loginWithAuth0() method I get navigated correctly to the Auth0 with the Twitter option and the email/password option. However, when I select Twitter I get an error in my simulator stating:
and the logs show:
However, if I use the _loginWithAuth0Twitter() method I simply get the same error above, nothing opens in the webview. I've tried setting up my Auth0 application callback URLS as such:
and my Twitter App callback URLs are set as:
Can someone take a look at their callback URLs and give me a suggestion please. Thanks!
The text was updated successfully, but these errors were encountered: