vote up 1 vote down star
1

Does anybody know how to remove stars for articles starred in Google Reader using its unofficial API?

I found this one but it doesn't work:

http://www.niallkennedy.com/blog/2005/12/google-reader-api.html

Neither does the pyrfeed module in Python, I get the IOError exception every time.

flag

1 Answer

vote up 0 vote down

Try using:

r=user%2F[user ID]%2Fstate%2Fcom.google%2Fstarred

instead of

a=user%2F[user ID]%2Fstate%2Fcom.google%2Fstarred

when invoking edit-tag.

link|flag
I had a look at the Google's code with Web Developer plugin for Mozilla. It looks like that: google.com/reader/api/… neither trying to do this with GET nor with POST works... I'm setting the cookies to: header['Cookie']='Name=SID;SID=%s;Domain=.google.com;Path=/;Expires=160000000000' % SID maybe I'm missing something here... – Bartek Jun 20 at 11:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.