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.