Extracting LinkedIn recommendations for your website

流过昼夜 提交于 2019-12-03 16:56:37

问题


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


回答1:


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/




回答2:


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.



来源:https://stackoverflow.com/questions/6803919/extracting-linkedin-recommendations-for-your-website

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!