Like facebook http://graph.facebook.com/userid/picture, is there an easy way to get multiple profile pictures in LinkedIn?
Asked
Active
Viewed 2.8k times
10
-
Duplicate of https://stackoverflow.com/q/6955647/5389585 – sondra.kinsey Dec 07 '18 at 15:02
1 Answers
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