I built some integration with Google Reader in python, but I can share some api knowledge so you can get started. output = json is also available to everyone.
Login: https www.google.com/accounts/ClientLogin
POST & email = email & passwd = password & service = reader & source = appname & continue = http://www.google.com
from capturing answer Auth =
: www.google.com/reader/api/0/token
HEADER = GoogleLogin auth = $Auth
$ .
- URL-, auth querystring post.
: www.google.com/reader/api/0/subscription/list?output=xml
, url -
www.google.com/reader/api/0/subscription/edit?pos=0&client=$source
POST : s = $streams & t = $title & T = $token & ac = subscribe
POST : s = $stream & T = $token & ac = unsubscribe
$stream, , feed/$feedurl, techcrunch, feed/http://feeds.feedburner.com/Techcrunch
, URL-, .