How to include LinkedIn user profile page feeds in web application?

Posted by Jeevan Dongre on Stack Overflow See other posts from Stack Overflow or by Jeevan Dongre
Published on 2011-02-11T07:16:46Z Indexed on 2011/03/01 15:24 UTC
Read the original article Hit count: 306

Filed under:
|
|

I am building a web application in which I would like to include the user's LinkedIn profile page feeds. Is this possible?

What I envision is the user comes to the web application and adds the complete URL for their Linked user profile in a text box and I would get the feeds for that user page.

Would it be possible to do this with jquery? Or should I be looking at some other tool?

I trying to make it more clear,

I want to create a widget kinda of app for my web app where user enters a complete url of the linkedin user profile page and I have to retrieve the feeds of that particular user and display it.

It should be dynamic in nature, if another user enters a another url into the text box I should be able to get the feeds from that particular user profile page.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui