How to include LinkedIn user profile page feeds in web application?
- by Jeevan Dongre
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.