Like facebook http://graph.facebook.com/userid/picture , is there an easy way to get multiple profile images on LinkedIn?
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 this helps