Retrieving Google Reader stats for RSS feed and items

早过忘川 提交于 2019-12-11 02:51:34

问题


I would like to programmatically retrieve Google Reader's feed stats for my own site's RSS feed. In particular, I'd like to get the "liked" count, to incorporate it into scoring feed items.

Any idea how to do this?


回答1:


You can get stats (such as subscribercount) using the following URL:

http://www.google.com/reader/api/0/stream/details?s=feed/[your feed url here]

You can get likes for your feed items using the following URL ():

http://www.google.com/reader/atom/feed/[your feed url here]




回答2:


you can also connect the list to a KPI web part

http://office.microsoft.com/en-us/sharepoint-server-help/create-and-publish-key-performance-indicators-kpis-HA010080027.aspx



来源:https://stackoverflow.com/questions/1635141/retrieving-google-reader-stats-for-rss-feed-and-items

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