Reputation: 307
Like facebook http://graph.facebook.com/userid/picture, is there an easy way to get multiple profile pictures in LinkedIn?
Upvotes: 10
Views: 28131
Reputation: 100175
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
Upvotes: 19