Extracting LinkedIn recommendations for your website
Asked Answered
M

2

14

How can I extract or get the LinkedIn recommendations for my website? Is there any plugin or PHP script?

Misbegotten answered 23/7, 2011 at 23:23 Comment(3)
Can you clarify the type of recommendation you're looking for?Tomi
Sure, for example the recommendations of other people about you in Linkedin.Misbegotten
An ejample bit.ly/pAzTpdMisbegotten
S
11

You can extract the recommendations using the LinkedIn API, specifically the Profile API. Rough steps are:

  1. Create an application;
  2. Authenticate yourself via OAuth;
  3. Make a call to the API (via JavaScript or some other language via the REST interface) to retrieve your recommendations. A sample call that will do this:

http://api.linkedin.com/v1/people/~:(recommendations-received)

In terms of doing this with PHP, there is a free library, along with demo scripts, here:

http://code.google.com/p/simple-linkedinphp/

Stockjobber answered 25/7, 2011 at 11:32 Comment(0)
D
3

LinkedIn ended their support for the most of the apps. You must be in a partner program in order to be able to get full profile information.

Darien answered 12/9, 2017 at 15:36 Comment(1)
I realize that this is an old thread, but do you have any link to verify this?Knightly

© 2022 - 2024 — McMap. All rights reserved.