Skip to content

{ Tag Archives } google

Using the Google Reader API – Part 3

Google Reader API series

Part 1 – Programming to the API
Part 2 – Listing API
Part 3 – Editing API
In part 3 of this series on using the Google Reader API I will discuss using the POST API to edit your Google Reader data. Although the REST architecture and HTTP in general doesn’t enforce it, Google appears [...]

Also tagged , , , ,

Using the Google Reader API – Part 2

Google Reader API series

Part 1 – Programming to the API
Part 2 – Listing API
Part 3 – Editing API
In this post I will discuss the listing API for Google reader. This encapsulates all of the calls you’ll need to list items and feeds in various ways. The table below summarizes the API URLs you’ll be using. [...]

Also tagged , , , ,

Using the Google Reader API – Part 1

Google Reader API series

Part 1 – Programming to the API
Part 2 – Listing API
Part 3 – Editing API
Google have never officially released API documentation for Google Reader, so this information is unofficial and subject to change.
When I first started looking around for API docs to interface with Google Reader, this site seemed to be pretty [...]

Also tagged , , , , , , ,