According to the official LinkedIn documentation, r_basicprofile should be accessible to ALL developers:
And yet, on my app default permissions, I can't see it:
Consequently, the calls to
return
{
"serviceErrorCode": 100,
"message": "Not enough permissions to access: GET /me",
"status": 403
}
How can we activate the basicprofile permission?