使用 Linkedin API 时出现问题

发布于 2024-11-12 18:00:45 字数 343 浏览 1 评论 0原文

我正在使用 linkedin api 来获取有关登录用户的信息。我可以获得名字和姓氏、图片等,效果很好。但我无法获得建议。我可以使用num-recommenders获得推荐者的数量。

我没有根据 http://code>得到 **recommendations-received** /developer.linkedin.com/docs/DOC-1061。我打印出了 json 响应,没有为用户推荐对象。

我很感激你的帮助。

I am using linkedin api to get info about the logged in user. I am able to get firstname and lastname, picture etc., It works fine. But I am not able to get recommendations. I am able to get number of recommenders using num-recommenders.

I am not getting **recommendations-received** according to http://developer.linkedin.com/docs/DOC-1061. I printed out the json response no recommendations Object for the user.

I appreciate your help.

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

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

发布评论

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

评论(1

夕嗳→ 2024-11-19 18:00:45

不幸的是,如果您想访问该字段,则需要将 IN.API.Profile().fields("firstName","lastName","re​​commendationsReceived") 替换为 IN.API.Raw("/people /~:(名字、姓氏、收到的建议)")。

这是 LinkedIn 开发者论坛上值得阅读的好帖子: http://developer.linkedin.com/message/ 8805

For unfortunate reasons, if you want to get access to that field, you need to replace IN.API.Profile().fields("firstName","lastName","recommendationsReceived") with IN.API.Raw("/people/~:(first-name,last-name,recommendations-received)").

This is a good thread to read on the LinkedIn Developer forums: http://developer.linkedin.com/message/8805

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