Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 6 down vote accepted

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

share|improve this answer
thanx sudhir it worked well.. – s90 Jan 19 '12 at 12:48
but this will get the image with linkedin image on it.. – Pramod Jan 7 at 12:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.