react-twitter-auth icon indicating copy to clipboard operation
react-twitter-auth copied to clipboard

Cannot GET /api/v1/auth/twitter/reverse with example

Open mattsdni opened this issue 7 years ago • 3 comments

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.

mattsdni avatar Mar 18 '18 18:03 mattsdni

Having the same issue here. Any updates on the status of this @ivanvs ?

jjbillings avatar Apr 20 '18 20:04 jjbillings

any update? @ivanvs @jjbillings

manishprajapatidev avatar Oct 24 '18 18:10 manishprajapatidev

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 avatar Oct 24 '18 21:10 ivanvs