views:

100

answers:

1

Is there a working client (in any language, preferably in ruby) that can currently retrieve subscriptions (starred, liked, tags are a bonus) from, still the unofficial, Google Reader API?

I've tried both this and this, but they seem unable to make simple requests, such as http://www.google.com/reader/api/0/subscription/list, which works perfectly if used on the browser.

+1  A: 

Yet again python guys to the rescue: http://asktherelic.com/2010/04/26/accessing-google-reader-via-oauth-and-python/.

I've uploaded a gist of it here: http://gist.github.com/515013

Would be nice to have it in ruby, though....

Daniel Ribeiro