Adding Notes Using Google Reader's API -
How can anyone add a note using Google Reader's API? Looking at some of their code, I have found that something like "/ reader / api / 0 / item / edit" can be something, but I can not find it anywhere.
post one
You must add your SID cookie, and also a token To get the API to work for it.
The Ultimate:
T = Token String
share = Note Public, "True" or "Wrong" Value
Snippet = The body of the note
There is also a "link" parameter, although I have not been able to know what exactly is that.
Comments
Post a Comment