Getting LinkedIn Profile Picture

You can retrieve the original photo size with this call:

http://api.linkedin.com/v1/people/~/picture-urls::(original)

Note that this could be any size, so you’ll need to do scaling on your side, but the image is the original one uploaded by the user.

Leave a Comment