Google Reader API - get subscribers

若如初见. 提交于 2019-12-08 08:24:56

问题


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?


回答1:


This is what Reader uses to fill in the data in the "show details" UI for a particular feeed:

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

Specifically, you'd want the "subscribers" property in the JSON output. The general format for the "s" parameter is feed/". Note that it requires authentication.




回答2:


I wanted to do this same thing but from PUBLIC location so i hacked together an API for everyones use... it returns as JSON or JSONP and i dont save any history of feeds that are looked up... but i do have logging to be able to ban abusive ip



来源:https://stackoverflow.com/questions/2184338/google-reader-api-get-subscribers

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