Linkedin API: How to activate r_basicprofile as a permission?
Asked Answered
A

1

7

According to the official LinkedIn documentation, r_basicprofile should be accessible to ALL developers:

enter image description here

And yet, on my app default permissions, I can't see it: enter image description here

Consequently, the calls to

https://api.linkedin.com/v2/me

return

{
  "serviceErrorCode": 100,
  "message": "Not enough permissions to access: GET /me",
  "status": 403
}

How can we activate the basicprofile permission?

Asphyxia answered 11/8, 2019 at 21:42 Comment(0)
N
8

The r_basicprofile permission is no longer available after the migration from v1 to v2 of the API effective May 1, 2019. As far as I know, there is no way to request access to it any longer. Instead, you only have access to the three permissions listed in your screenshot. There are "Enterprise Application" developer programs like the Marketing Developer Program, but you have to fit the exact use case and receive approval from LinkedIn to participate. It appears that some of the LinkedIn documentation is out of date and can confuse the issue quite a bit. Here is another article that may be helpful.

Naima answered 11/9, 2019 at 18:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.