-
Notifications
You must be signed in to change notification settings - Fork 154
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
application with callback url problem #91
Comments
You should actually use the callback url. It's the most user-friendly approach. See https://github.com/adriaant/OAuthWithCallback |
I dont want to redirect though, I want the modal display to dismiss itself. |
That's the trick, you catch the redirect request and instead of redirecting you grab the info from the redirect URL and complete the registration. Then you can just dismiss the modal. More info is in the blog post linked to from the github page I mentioned. |
I'm in the same boat- short of using a WHOLE NEW LIBRARY (OAuthWithCallback), what's the magic to feed the extracted auth data from the callback, and put it into this library? |
If the Twitter application has a callback URL it doesn't finish authenticating and self closing, it redirects to the URL. If I remove the callback URL it works perfectly.
The text was updated successfully, but these errors were encountered: