是否可以通过发帖获取 LinkedIn 状态?
我有一个应用程序,可以根据 文档使用 LinkedIn API 获取用户状态。
但我需要知道:当所述用户更改其状态时,是否可以要求 LinkedIn 向我发出信号?我认为为每个用户每 10 分钟进行一次 API 查询太浪费了!
I have an application which can get user statuses using LinkedIn API according to documentation.
But I need to know: is it possible to ask LinkedIn to signal me when described users change his status ? I think it is too waste to make API queries each 10 minutes for each my user!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,LinkedIn API 没有“推送”功能。您必须定期检查以查看是否有任何最新更新。
No, there is no 'push' capabilities with the LinkedIn API. You would have to do periodic checks to see if there were any recent updates.