We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reporduce:
http://localhost:4000/api/v1/auth/twitter/reverse
Add GET to route /api/v1/auth/twitter/reverse (in addition to POST) and popup loads data after login
{ "oauth_token": "xxxxxxxxxxxxxxxxx", "oauth_token_secret": "xxxxxxxxxxxxxxxxxx", "oauth_callback_confirmed": "true" }
However popup does not close and onSuccess callback is not called.
The text was updated successfully, but these errors were encountered:
Having the same issue here. Any updates on the status of this @ivanvs ?
Sorry, something went wrong.
any update? @ivanvs @jjbillings
well, I have tried to reproduce the issue, but I haven't managed to succeed. I would need more information how to reproduce this issue.
ivanvs
No branches or pull requests
Steps to reporduce:
http://localhost:4000/api/v1/auth/twitter/reverse
Error message appears in pop up window "Cannot GET /api/v1/auth/twitter/reverse"
Add GET to route /api/v1/auth/twitter/reverse (in addition to POST) and popup loads data after login
However popup does not close and onSuccess callback is not called.
The text was updated successfully, but these errors were encountered: