react-twitter-auth
react-twitter-auth copied to clipboard
Cannot GET /api/v1/auth/twitter/reverse with example
Steps to reporduce:
- create twitter app with callback url:
http://localhost:4000/api/v1/auth/twitter/reverse - run example backend and frontend
- click login with twitter button 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
{
"oauth_token": "xxxxxxxxxxxxxxxxx",
"oauth_token_secret": "xxxxxxxxxxxxxxxxxx",
"oauth_callback_confirmed": "true"
}
However popup does not close and onSuccess callback is not called.
Having the same issue here. Any updates on the status of this @ivanvs ?
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.