Reputation: 393
I don't have the ability to change OAuth scope in the Linkedin developers page. That's why while trying to get an authorization code I get this error:
error=unauthorized_scope_error&error_description=Scope+%26quot%3Br_basicprofile%26quot%3B+is+not+authorized+for+your+application
You can see the OAuth scopes section in my profile. I just can't set up any scopes.
Upvotes: 15
Views: 17517
Reputation: 967
I want to give a few more details to the answer given by @asood711
Navigate to Products in the LinkedIn Developer Console of the app and select Sign in with LinkedIn.
The verification process takes a few moments and then r_emailaddress and r_liteprofile should appear under your permissions.
Upvotes: 7
Reputation: 436
Navigate to Products in the LinkedIn Developer Console and select Sign in with LinkedIn.
The verification process takes a few moments and then r_emailaddress
and
r_liteprofile
should appear under your permissions.
Upvotes: 42
Reputation: 309
This link provides steps for you to be able to do that.
https://docs.pathfix.com/integrating-with-linkedin.
But I think you need to get the owner of the company profile to verify your app before you can do this. If done then you should be good to go.
The scopes are added through adding of products. That is the third tab on the linked screen.
Hope this helps :)
Upvotes: 2