Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding Notes Using Google Reader's API [closed]

Does anyone know how to add a note using Google Reader's API? In looking at some of their code, I've noticed that it might have something to do with the "/reader/api/0/item/edit" URL, but I can't find this documented anywhere.

like image 530
leftspin Avatar asked Jun 24 '09 22:06

leftspin


1 Answers

The answer above is missing the full set of query parameters.

They are documented here: http://www.google.com/support/reader/bin/answer.py?hl=en&answer=147149

like image 51
ade Avatar answered Sep 26 '22 19:09

ade