使用 Linkedin API 时出现问题
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,如果您想访问该字段,则需要将 IN.API.Profile().fields("firstName","lastName","recommendationsReceived") 替换为 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