-
Notifications
You must be signed in to change notification settings - Fork 52
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 settings #22
Comments
Hi @brandiw, First of all, sorry for late response. I will check out your issue during the weekend. Twitter must have changed something in their API. As soon as I found out what is the issue, I will edit the tutorial and post here solution. |
Twitter has changed their flow it seems. The popup() will get the login form from Twitter which hits their
Upon successful login, they will handle some logic and redirect the user to the This means the solution without changing the component logic is to add another route The polling logic will will detect these query parameters and close the dialog, returning them to the next middleware that's set up. |
@brandiw Did you manage to get it working? |
I'm trying to follow this tutorial. I'm 90% of the way there, but having trouble with the callback URL. Can I inquire as to what settings are used in this example app for the callback field? In the screenshot it's blank. Also, Twitter callback is a GET and I don't see any GET routes in this app that you'd be using for this?
For reference, I'm running the front and back ends of this app on two separate ports, and I see some other users are having issues with that. Unsure if related, but I'm also not able to trigger onSuccess in my front end.
The text was updated successfully, but these errors were encountered: