LinkedIn V2 api: Not enough permissions to access /me GET -


i have been trying use linkedin v2 api, getting error. created developer application. set redirect url "https://www.getpostman.com/oauth2/callback" make request using postman (as per postman documentation). filled form request access token.

enter image description here

but everytime use token , make query, error:

enter image description here

but have selected default application permissions in application. missing something?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -