api 中链接的见解/分析?
我已经使用 linkedin API 一段时间了,但除了授权用户和在新闻流中共享项目之外,我还没有真正使用它进行开发,
在此处查看了 API -
https://developer.linkedin.com/documents/get-network-updates-and-statistics-API
其很难说你是否可以从应用程序(而不是用户)的 API 获取统计数据或见解吗?
我是否在应用程序的文档中遗漏了一些内容,我宁愿从 API 中提取信息并向应用程序的管理员提供统计信息
(我正在使用 php 和 oauth)
I have been using the linkedin API for a while now but haven't really developed with it more than authorizing users and share items in their news stream
having looked at the API here-
https://developer.linkedin.com/documents/get-network-updates-and-statistics-API
its hard to say whether or not you could get stats or insights from the API for an application- rather than a user?
Am I missing something in the docs in my application I would rather pull info from the API and present stats to the administrator of my application
(i'm using php and oauth)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了您链接到的统计 API(允许您提取有关成员自己网络的统计信息)之外,无法通过 API 检索应用程序统计信息。如果您想跟踪应用程序的统计信息,您需要对通过应用程序对 API 进行的调用进行某种本地监控。
Other than the Statistics API that you link to, that allows you to pull stats about the member's own network, there is no way to retrieve application stats via the API. You would need to set-up some kind of local monitoring of calls made to the API via your application if you wanted to track stats for the application.