Linkedin - 获取公司更新查询

时间:2015-01-11 22:49:07

标签: linkedin

我正在尝试创建一个应用来阅读公司更新,但我有一些疑问。请帮忙......

我在R

中通过Oauth身份验证使用LinkedIn api
  1. 无论如何都要获取比限制更多的更新(仅允许在过去20天内获取最多250次更新或更新,以先到者为准)?
  2. 示例代码

    https://api.linkedin.com/v1/companies/270126/updates?event-type=status-update&count=100&start=0    &oauth2_access_token={access_token}    
    
    1. 一旦我获得了updateKey,我就试图获取评论和喜欢,但它返回了NO return
    2. 示例代码

      https://api.linkedin.com/v1/companies/270126/updates/key=UPDATE-c270126-5951438751136768000/update-comments?event-type=status-update&oauth2_access_token={access_token}    
      https://api.linkedin.com/v1/companies/270126/updates/key=UPDATE-c270126-5951438751136768000/likes?event-type=status-update&oauth2_access_token={access_token}    
      
      1. 从公司状态更新,它返回FALSE是否具有可评论性和可爱性?这就是为什么查询2没有结果的原因。如果是这样,有没有改变那个设置?
      2. '是-commentable' false' / is-commentable'

        '是-讨人喜欢' false' / is-likable'

        任何帮助都将非常感谢!!!!

        Linkedin开发者 - 阅读公司股票链接 https://developer.linkedin.com/reading-company-shares

1 个答案:

答案 0 :(得分:0)

尝试使用分享和社交流端点代替公司端点,如下所示:

https://api.linkedin.com/v1/people/~/network/updates/key=UPDATE-c270126-5951438751136768000/update-comments?oauth2_access_token={access_token}

文档在这里: https://developer.linkedin.com/documents/commenting-reading-comments-and-likes-network-updates

此外,您可以在此处测试不同的Linkedin API调用: https://apigee.com/console/linkedin