Why order is not working on /v2/shares endpoint

两盒软妹~` 提交于 2019-12-02 10:14:33

问题


At hootsuite.com we are using v2/shares to create reports for multiple social profiles over large periods of time.

The documentation for that endpoint specifies here that: "Shares are ordered by creation time".

at the moment, when I go to https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:organization:15100279&sharesPerOwner=500&start=290

I'll see "activity": "urn:li:activity:6537431951580684288" with createdTime 1558645236755 between two other shares that both have bigger createTime (1559217643294 and 1559131242301)

This means that the creation time is not the order.

If the order has been changed on lastModified time, please suggest a method to paginate through shares up to a last known share fetched 1 day ago, while guaranteeing no new shares were missed.

来源:https://stackoverflow.com/questions/58816530/why-order-is-not-working-on-v2-shares-endpoint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!