I'm using v2 me api of linked in as per the doc (https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/profile-picture)
https://api.linkedin.com/v2/me?projection=(id, firstName , lastName ,profilePicture(displayImage~:playableStreams))
This access token is obtained with r_liteprofile.
Still I'm not getting any information related to profile picture (only id, firstName , lastName are coming in response)
Similar Question : Getting LinkedIn Profile Picture
Is there any other way?
Thanks In Advance