Reputation: 1
I am encountering a problem with LinkedIn's API V2; I am using OAuth 2.0 authentication and have specified on the request all the scopes what we have “profile”, “email”, “openid”.
I don't have these scopes r_liteprofile an r_basicprofile.
When I send this request to “https://api.linkedin.com/v2/userinfo” for example, I only get basic profile information.
But for example this request people/(id:{profile_id}?projection=(id,localizedFirstName,localizedLastName), I got the error message “Not ‘enough permissions to access: people.GET.NO_VERSION’.
With the old version V1 everything was still fine when we send this request http://api.linkedin. com/v1/people/~...
My questions are why am I getting this error message:“Not enough permissions to access: people.GET.NO_VERSION”,
And how do I get the same data with the API V2 as before with the APi V1?
Thak you for your help.
Maybe someone has had the same problem before and he can share his experience with us.
Upvotes: 0
Views: 50