10

Like facebook http://graph.facebook.com/userid/picture, is there an easy way to get multiple profile pictures in LinkedIn?

jweyrich
  • 31,198
  • 5
  • 66
  • 97
Sac_code88
  • 307
  • 2
  • 3
  • 13

1 Answers1

19

You need to use oAuth for linkedin, and use url like: http://api.linkedin.com/v1/people/~:(id,public-profile-url,picture-url)

See here: Linkedin API

Hope it helps

Sudhir Bastakoti
  • 99,167
  • 15
  • 158
  • 162
  • 5
    `http://api.linkedin.com/v1/people/~/picture-urls::(original)` gets the original, but it still has a LI watermark http://stackoverflow.com/a/9513804/2586761 – ptim Nov 02 '13 at 04:05