Google Reader API: Continuation for stream/items/ids

送分小仙女□ 提交于 2019-12-08 04:18:51

问题


Is there any way to get continuation for /api/0/stream/items/ids like /api/0/stream/contents/?

If no, how can I get next item-ids of a stream? Or is there any way to convert item-id/timestamp to continuation?


回答1:


The /api/0/stream/items/ids endpoint supports an nt parameter that you can use to get increasingly older items. You can take the timestamp (in microseconds) of the oldest item that you already have, convert it to seconds, and then pass it in as a the ot parameter. See this page for the full list of parameters that are supported.



来源:https://stackoverflow.com/questions/7423670/google-reader-api-continuation-for-stream-items-ids

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