为您的网站提取 LinkedIn 推荐

发布于 2024-11-26 02:26:21 字数 47 浏览 0 评论 0原文

如何提取或获取针对我的网站的 LinkedIn 推荐?有没有插件或者PHP脚本?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

故笙诉离歌 2024-12-03 02:26:21

您可以使用 LinkedIn API 提取推荐,特别是 配置文件 API。大致步骤是:

  1. 创建一个应用程序;
  2. 通过 OAuth 验证您自己的身份;
  3. 调用 API(通过 JavaScript 或通过 REST 接口的其他语言)来检索您的建议。将执行此操作的示例调用:

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

在使用 PHP 执行此操作方面,有一个免费库,以及演示脚本,请参见:

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

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/

在巴黎塔顶看东京樱花 2024-12-03 02:26:21

LinkedIn 终止了对大多数应用程序的支持。您必须加入合作伙伴计划才能获得完整的个人资料信息。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文