Malevych
Malevych

Reputation: 393

Can't add OAuth 2.0 scopes LinkedIn

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

enter image description here

You can see the OAuth scopes section in my profile. I just can't set up any scopes.

Upvotes: 15

Views: 17517

Answers (3)

Adiyya Tadikamalla
Adiyya Tadikamalla

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.

enter image description here

The verification process takes a few moments and then r_emailaddress and r_liteprofile should appear under your permissions.

Upvotes: 7

asood711
asood711

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

Ralph
Ralph

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

Related Questions