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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can get stats (such as subscribercount) using the following URL:
http://www.google.com/reader/api/0/stream/details?s=feed/%5Byour feed url here]
You can get likes for your feed items using the following URL ():
http://www.google.com/reader/atom/feed/%5Byour feed url here]