【问题标题】:How to properly get LinkedIn company updates using the API?如何使用 API 正确获取 LinkedIn 公司更新?
【发布时间】:2015-04-20 22:36:25
【问题描述】:

我似乎无法通过 LinkedIn API 正确返回公司更新(股票):https://developer.linkedin.com/reading-company-shares

当我使用“新员工”事件类型请求公司更新时,比如说可口可乐公司,我的终点是:

api.linkedin.com/v1/companies/1694/updates?event-type=new-hire

这给了我一个 0 的结果

[@attributes] => Array
(
    [total] => 0
)

但是,当使用事件类型“状态更新”请求公司更新时,我的端点是:

api.linkedin.com/v1/companies/1694/updates?event-type=status-update

这不会给出任何结果,但会出现状态 500 API 服务器错误。

[status] => 500
[timestamp] => 1390384395039
[request-id] => 2O14IFML4X
[error-code] => 0
[message] => Internal API server error

我做错了吗?我的 API 端点不正确吗?或者这是一个 LinkedIn API 错误。我发现其他有类似问题的开发者的帖子。

【问题讨论】:

  • 您需要是公司内的管理员。 LinkedIn还设立了一家测试公司,您可以使用的限制有所降低。 https://www.linkedin.com/company/devtestco companyid 2414183

标签: api linkedin updates


【解决方案1】:

【讨论】:

  • 如何获取access_token??
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-06-26
  • 2023-03-21
  • 1970-01-01
  • 2014-05-05
  • 1970-01-01
相关资源
最近更新 更多