13

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.

Malevych
  • 353
  • 1
  • 6
  • 13

3 Answers3

40

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.

QuickSilver
  • 3,915
  • 2
  • 13
  • 29
asood711
  • 416
  • 5
  • 2
  • 1
    Provide visual examples and explanation of what `r_emailaddress` and `r_liteprofile` are. "Navigate to X" is not always obvious. – Jenea Vranceanu Jun 16 '20 at 13:14
  • 1
    I just tried this with a test app and LinkedIn is saying "your request is being reviewed by the LinkedIn platform team. It takes 3-5 working days to review an application." – not very convenient for getting started. – mamacdon Jan 15 '21 at 23:01
5

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.

2

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 :)

Ralph
  • 309
  • 1
  • 8