-
Notifications
You must be signed in to change notification settings - Fork 147
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
Failing to get /me #48
Comments
@mmahalwy You need to request permissions from LinkedIn. |
or use without
|
I am also facing the same error with version - (1.0.0) of this gem. Please help anyone. For the detail issue - https://stackoverflow.com/questions/62714338/linkedin-omniauth-gem-omniauth-linkedin-oauth2-giving-authentication-failure |
Remove scope or field both and try this: config.omniauth :linkedin, ENV['LINKEDIN_CLIENT_ID'], ENV['LINKEDIN_CLIENT_SECRET'] |
Mohamed El Mahallawy, @decioferreira how can we solve this issue, I am having same error, I have used devise (ominiauthable), omniauth-linkedin, omniauth-linkedin-oauth2 MY config file devise.rb -
Please help, Everthing work fine it redirected to failure mathod and the reason is - omniauth: (linkedin) Authentication failure! invalid_credentials: OAuth2::Error. |
The text was updated successfully, but these errors were encountered: