Not enough permissions to access /me GET
问题 I got the Access Token (with scope: r_basicprofile r_emailaddress w_share) try with r_fullprofile too. i'm based on this docs to authorize: https://developer.linkedin.com/docs/oauth2 Next i make request to the https://api.linkedin.com/v2/me endpoint curl -H "Authorization: Bearer ACCESS_TOKEN" -H "Accept: application/json" -H "Content-Type: application/json" Get response: { "serviceErrorCode": 100, "message": "Not enough permissions to access /me GET ", "status": 403 } Realy dont know why?