1

Anyone know the http request in order to find the subscriber count for a subscription? Something similar to http://www.google.com/reader/api/0/unread-count?all=true must exist for subscribers, no?

4

2 回答 2

4

这是 Reader 用于在“显示详细信息”UI 中为特定提要填写数据的方法:

http://www.google.com/reader/api/0/stream/details?s=feed/https://blog.stackoverflow.com/feed/&output=json&fetchTrends=false

具体来说,您需要 JSON 输出中的“订阅者”属性。"s" 参数的一般格式是 feed/"。注意它需要认证。

于 2010-05-17T14:34:15.147 回答
0

我想做同样的事情,但从公共位置,所以我一起破解了一个供所有人使用的 API ……它以 JSON 或 JSONP 的形式返回,我不保存任何被查找的提要历史……但我确实有登录到能够禁止滥用ip

于 2010-06-29T19:16:04.397 回答