用于查询 Google Reader“分享”的 API 博客文章
对于给定的博客文章,是否有一个 API(官方或非官方)可以让我查看有多少人在 Google 阅读器上分享/加注星标? 我订阅了一个特定的博客,该博客对于我的阅读习惯来说有点过于丰富,因此我想制作一个新的提要,其中仅包含已达到一定众包质量阈值的帖子。
Is there an API (official or unofficial) that for a given blog post, lets me see how many people have shared it/starred it on Google Reader? I subscribe to a particular blog which is a bit too prolific for my reading habits, so I'd like to produce a new feed which only includes the posts which have reached a certain crowd-sourced threshold of quality.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google Reader 没有官方 API,但有一些基于逆向工程的非官方文档此处< /a>.
There's no official API for Google Reader, but there is some unofficial documentation based on reverse engineering here.
Google 拥有大量的客户端 API,可以轻松查询 Google 阅读器、博客以及他们提供的所有其他服务。 Google Data API 可能有您需要的内容。 他们的 api 可从 http://code.google.com/apis/gdata/ 获取
Google's got a ton of client APIs that make it easy to query google reader, blogger and probably every other service they offer. The Google Data API may have what you're looking for. Their apis are available from http://code.google.com/apis/gdata/