0

I created an app on LinkedIn Developers, and I was able to get an access token when a user logged in. The problem is that I can only get the ID, name, email and photo of the user. I am unable to get the full details of the profile and even the link to the user's profile via (vanityName).

This is the scope I use: scope=r_liteprofile%20r_emailaddress%20profile%20openid%20w_member_social%20email

Can anyone help?

I tried different scopes and different prejection without success.

Kris Vandermotten
  • 10,111
  • 38
  • 49

1 Answers1

0

Profile fields are heavily restricted with the LinkedIn API. You can see an overview here; essentially, you're getting the basic profile fields and for anything beyond that, you need to have special approval from LinkedIn. And per this page, the r_compliance permission is closed.

Ashavan
  • 623
  • 3
  • 8