Any queries to the api.linkedin.com/v2/ return “Not enough permissions to access …”
问题 I got the Access Token (with scope: r_basicprofile rw_company_admin w_share ) using the Client ID , Client Secret at following URLs: https://www.linkedin.com/oauth/v2/authorization https://www.linkedin.com/oauth/v2/accessToken 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" -H "X-Restli-Protocol-Version: 2.0.0" https://api.linkedin.com/v2/me Get response: {