Skip to content
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

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

Open
mattsdni opened this issue Mar 18, 2018 · 3 comments
Open

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

mattsdni opened this issue Mar 18, 2018 · 3 comments
Assignees
Labels

Comments

@mattsdni
Copy link

mattsdni commented Mar 18, 2018

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.

@ivanvs ivanvs self-assigned this Mar 19, 2018
@ivanvs ivanvs added the bug label Mar 19, 2018
@jjbillings
Copy link

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

@manishprajapatidev
Copy link

manishprajapatidev commented Oct 24, 2018

any update? @ivanvs @jjbillings

@ivanvs
Copy link
Contributor

ivanvs commented Oct 24, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants