Google Reader API 未显示所有结果
我正在使用 Google reader API 获取任何 RSS feed 的所有可用项目。我使用它的方式如下:
http://www.google.com/reader/atom/feed/[RSS 提要链接]?n=[要显示的项目数量]&r=o&ot=[UNIX 时间戳开始日期]
据我了解,这应该返回以时间戳指定的日期开始的所有项目(开始日期不应早于一个月前)。它对于某些提要非常有用,但在大多数提要中,它不会显示所有可用的项目(尽管它们在使用 Google 阅读器时可用)。
例如:
此链接仅显示从 24-07-2011 开始至今的项目,尽管它应该显示从2011 年 6 月 26 日。如果 Google Reader 阅读相同的链接 (http://www.360cities.net/rss/area/Greece.rss),它会显示更多结果。
有什么解决办法吗?
I'm using Google reader API to get all available items for any RSS feed. I use it as follows:
http://www.google.com/reader/atom/feed/[RSS FEED LINK]?n=[NUMBER OF ITEMS TO SHOW]&r=o&ot=[UNIX TIME STAMP FOR START DATE]
As I understand, this should return all items starting with the date specified by the time stamp (start date should not be older than one month ago). It works great for some feeds, but in most feeds, it doesn't show all available items (although they are available when using Google Reader).
For Example:
this link only shows items starting with 24-07-2011 to current date although it should show items starting with 26-06-2011. If the same link (http://www.360cities.net/rss/area/Greece.rss) is read by Google Reader, it'll show much more results.
Have any solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
幸运的是,经过大量研究,我找到了解决问题的方法:
示例:
我希望这会对某人有所帮助。
谢谢
Fortunately, I found the solution to my problem after a lot of research:
Example:
I hope this would help someone.
Thanks