I'm working the linkedin API.
After following the documentation, I 'm getting the access Token.
Then, I'm trying to get the logged in user data, but I have this error :
Not enough permissions to access: GET /me
I'm using this URL : https://api.linkedin.com/v2/me
And this as a scope : r_basicprofile
In my app, I have this list of permissions :
As you can see, i normally have access to r_basicprofile