-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Suddenly Sign in with Twitter is not working #98
Comments
The callbackURL has to be absolute, something like: Yes, it's very annoying that you have to hard-code them now. Unfortunately, there isn't much we can do 😕 |
@anmolagar did that work for you? I'm having the same issue when calling back to locally tested code. I explicitly set the callback URL as |
yeah, that worked for me. |
I got it working as well. My issue turned out to be that the API keys had changed around the same time. Don't know if that was my end or Twitter's end. So failure ended up being to do with key mismatch, not callback mismatch. |
Is there is anyway around the the explicit url part . I'm authorizing the user by connecting his account to twitter so I need to send a jwt with the callback so I can match the user with his twitter account |
We are having issues with the Passport-Twitter auth strategy now that Twitter deployed a new callback URL setting change. Can you help us fix this as we have users who are blocked from our site. Any assistance would be much appreciated. We are trying to pass callbackURL in authentication function instead of strategy. Its been working for over 2 years until yesterday.
Here is a sample of our code:
action-required-sign-in-with-twitter-users-must-whitelist-callback-urls
FYI, we have made all the changes in app settings as per the link above
Thanks!
The text was updated successfully, but these errors were encountered: