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.
精彩评论