开发者

Counting Likes and shared times in google reader public profile

开发者 https://www.devze.com 2023-01-15 11:38 出处:网络
We\'ve collected a list of google reader profiles of our members and now I want to make a hot list board and show the most 开发者_运维问答shared and the most liked items to be shared with our members.

We've collected a list of google reader profiles of our members and now I want to make a hot list board and show the most 开发者_运维问答shared and the most liked items to be shared with our members.

I've checked a couple of unofficial google reader APIs but I did not find anything related to the like or sharing.

do you know how can I count the number of likes for each feed item in the shared profile of our members?


Likes are exposed in the Atom feed for the shared items as gr:likingUser elements (one per user who liked the item, up to 100). Additional likers (and their profile information) can be fetched by making a GET request to http://www.google.com/reader/api/0/item/likers?i=. http://blog.persistent.info/2009/07/exporting-likes-from-google-reader.html has more information.

0

精彩评论

暂无评论...
验证码 换一张
取 消