如何从 Google Reader 的 OAuth API 获取 200 多个结果?

发布于 2024-12-11 15:29:01 字数 431 浏览 0 评论 0 原文

我可以使用以下方法获取最多 200 个未读项目:

http://www.google.com/reader/api/0/stream/contents/user/-/state/com.google/reading-list?n=200&xt=user/-/ state/com.google/read

但是,如何获取接下来的 200 个?

(xt 参数不包括已读项目)

I can get up to 200 unread items using this:

http://www.google.com/reader/api/0/stream/contents/user/-/state/com.google/reading-list?n=200&xt=user/-/state/com.google/read

But, how can I get the next 200?

(the xt parameter excludes read items)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一曲爱恨情仇 2024-12-18 15:29:01

您需要提取响应中的 continuation 属性,然后使用该值作为 c 查询参数发出另一个请求(请参阅 http://code.google.com/p/google-reader-api/wiki/ApiStreamContents 用于细节)。

You'll need to extract the continuation attribute in the response and then make another request with that value as a c query parameter (see http://code.google.com/p/google-reader-api/wiki/ApiStreamContents for details).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文