-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twitter Callback URL is no longer working #217
Comments
Following the advice in this comment solved this for me: #42 |
Seems like Twitter oAuth callback can't resolve on iOS now. |
Am not able to use this npm for social auth.Nothing is working fine. I did all steps mentioned there..Its outdated |
I got the fix For ex. URL Schemes: docviewer IN twitter: docviewer:// you can check callback_url in logo also when you run ios app. But same problem like @keenubee |
Login with twitter gives an error "Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings".
Previously this was working fine.
My configuration object looks like:
Later I found that there happened a change recently in twitter api.
https://twittercommunity.com/t/action-required-sign-in-with-twitter-users-must-whitelist-callback-urls/105342
My callback url added in twitter app looks like "http://samplereactapp.com". This issue happens for both android an ios app. How can I resolve this issue? Please help me.
The problem is that the Twitter APps UI does not let you specify a non-http callback URL.
Thanks in advance.
The text was updated successfully, but these errors were encountered: