-
Notifications
You must be signed in to change notification settings - Fork 68
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
Method and parameters #16
Comments
+1 here. @williamweckl were you able to make it work? I figured out I could go to /auth/facebook_access_token and it would show me a form where I could past the access token to test it. But even with the form I'm getting a 404: No route matches [POST] "/omniauth/facebook_access_token/callback" Parameters: Session: Env: @SoapSeller can you help us on that? |
@danielweinmann @williamweckl Hey, have you solved this already? |
@galharth, no. I ended up not using omniauth at all for my app. |
same error here, any fix or suggestions? |
+1 |
1 similar comment
+1 |
Did not understand how it works.
Tried to do POST request and the result is 404.
With get request, I'm getting some errors like that:
Overriding
resource_class
method to return my specific class, the next error happen onauth_hash
method:Probably I'm missing something, but I really did not understand how the gem works and what parameters I need to send, because sending access_token or not did not change a thing.
URL used to test: MY_APP_URL/auth/facebook_access_token/callback
The text was updated successfully, but these errors were encountered: