-
Notifications
You must be signed in to change notification settings - Fork 9
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
undefined local variable or method `callback_oauths_url' #3
Comments
Did you find a solution? I'm stuck with the same error here. |
I changed the name of OauthController#callback to OauthController#authorized and I used its url as oauth callback:
then in OauthController#authorized: ...process_callback(params[:code], :redirect_uri => "http://server/your_app" |
It'd be nice if you read how does the authentication actually works:
and go to the "Authenticating Users in a Web Application" section. |
I will, thanks for your help. |
you can also rename it to callback_oauth_index_url in start |
app/controllers/oauth_controller.rb:4:in `start'
The text was updated successfully, but these errors were encountered: