【发布时间】:2017-08-03 21:14:51
【问题描述】:
Hitting the Historical Follower Count API 记录在 https://developer.linkedin.com/docs/company-pages#historical_followers
网址是:
https://api.linkedin.com/v1/companies/{id}/historical-follow-statistics?time-granularity=day&start-timestamp=1501718400000&end-timestamp=1501718400000&format=json
这些时间戳都是今天的。回应是:
[
"_total" => 1,
"values" => [
[
"organicFollowerCount" => 932,
"paidFollowerCount" => 84,
"time" => 1501718400000.0,
"totalFollowerCount" => 1016,
],
],
]
但公司页面上的实际关注者数量是 1009
这些数字中哪一个是正确的?这家公司的追随者数量波动不大,无法解释这种差异。
谢谢!
【问题讨论】:
标签: linkedin linkedin-api