开发者

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

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 add开发者_开发百科s 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.


It sounds like you would be retrieving the user's 'Network Updates', the series of actions that a given user's connections have taken (such as making new connections, updating their profile, etc) that is displayed when you log in to LinkedIn, correct?

The LinkedIn API allows you to retrieve a user's network updates once they have authenticated your application. More information about registering an application can be found here:

http://developer.linkedin.com/community/apis

Once you have the application registered, you can then integrate the API into your site via JavaScript, PHP, etc and make a call to the Network Updates API:

http://developer.linkedin.com/docs/DOC-1006

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜