When requesting Basic Profile Fields for a specific user we get back the following:
picture-url
, a URL for a square profile picture with a size of 100x100 pixels.picture-urls
, a list containing URLs for the original uploaded picture.
What I need is the user's picture in square size and in a higher quality.
I know that the user's main picture (the one that is available on his/her profile page under https://www.linkedin.com/in/[user_id]/
) is the size of 200x200 pixels, which is much better.
How can I access this picture URL through the API?
Remark: If I try to just generate this URL I get Access Denied error.