Questions tagged [google-reader]

Questions about programmatically using Google Reader (questions regarding regular usage should be posted in https://superuser.com/ instead) This may be done either via HTTP requests to the Google Reader unofficial (but publicly available) API; or by using specific Google Reader urls to simplify actions on the website or extend functionality (e.g.: browser add-ons).

This product has been discontinued on July 15, 2013.

official announcement

Questions about programmatically using Google Reader (questions regarding regular usage should be posted in https://superuser.com/ instead)

This may be done either via HTTP requests to the Google Reader unofficial (but publicly available) API; or by using specific Google Reader urls to simplify actions on the website or extend functionality (e.g.: browser add-ons).

It is important to highlight, that even though the API is not an official Google API, in most ways it is very stable and well known (it is used by the official Reader sites and clients) and behaves like a public API in terms of the Google authentication system. There is no official API documentation, but there are some good documentation resources in the web, and even some places where it is possible to get answers from Google developers using this:

186 questions
26
votes
4 answers

Google Reader API Unread Count

Does Google Reader have an API and if so, how can I get the count of the number of unread posts for a specific user knowing their username and password?
GateKiller
  • 74,180
  • 73
  • 171
  • 204
24
votes
4 answers

How does Google Reader get every item in an RSS feed?

Slashdot's RSS feed is http://rss.slashdot.org/Slashdot/slashdot. If I download the XML file directly, I only get a few of the posts from today. However, if I subscribe to the feed in Google Reader, and keep scrolling down in their "infinite scroll"…
Tom Lehman
  • 85,973
  • 71
  • 200
  • 272
23
votes
5 answers

Event when a web page gets focused

Google Reader has a nice feature that when you switch to the web page from a different web page (giving the page focus) it will show you the updates there were accumulated while the page was unfocused. Quick question #1: How do they do that? I…
Shay Erlichmen
  • 31,691
  • 7
  • 68
  • 87
16
votes
3 answers

Where to start with Google Reader as an API?

I want to build a widget for WordPress that simultaneously displays my latest Google Reader items on the front page and allows for management from behind the WordPress dashboard. I can already add my "shared" items using code I've found in various…
EAMann
  • 4,128
  • 2
  • 29
  • 48
11
votes
5 answers

Android 4.0 ICS turning HttpURLConnection GET requests into POST requests

My Galaxy Nexus arrived today, and one of the first things I did was to load my app onto it so I could demonstrate it to my friends. Part of its functionality involves importing RSS Feeds from Google Reader. However, upon trying this, I was getting…
Michael Dodd
  • 10,102
  • 12
  • 51
  • 64
10
votes
2 answers

Android: Google SSO - OAuth or AccountManager? Or both?

After reading all sorts of Stackoverflow postings and various documentation including some on http://code.google.com/p/google-api-java-client/ site I feel utterly confused. So can someone explain to me the best way of achieving the following: Let…
Bostone
  • 36,858
  • 39
  • 167
  • 227
7
votes
2 answers

How to skip known entries when syncing with Google Reader?

for writing an offline client to the Google Reader service I would like to know how to best sync with the service. There doesn't seem to be official documentation yet and the best source I found so far is this:…
Mariano Kamp
  • 2,366
  • 20
  • 26
7
votes
2 answers

How do I mark an item as read with google reader api (using python)

I use the following python function to mark an item as read in google reader, but it always returns error HTTPErrors: HTTP 401: Unauthorized: def mark_as_read(SID, entryid): token = get_token(SID) mark_as_read_url =…
Ned Ryerson
  • 101
  • 4
7
votes
4 answers

How to get rss old items like google reader

I'm creating RSS reader application. I need to get any linked rss old items. For example some web rss result count is too less. My application check time range is too long. Sometimes loss some news. How can I get rss old items? When scrolling down…
ebattulga
  • 10,774
  • 20
  • 78
  • 116
6
votes
3 answers

Multiple tags / folders in Google Reader

I want to be able to grab data from multiple tags / folders in a users Google Reader. I know how to do one http://www.google.com/reader/atom/user/-/label/SOMELABEL but how would you do two or three or ten?
daihovey
  • 3,485
  • 13
  • 66
  • 110
6
votes
1 answer

Google Reader API - How do you share by article url as oppose to item id?

I've done a decent amount of research on the unofficial reader api and sifted through other questions, but none of them quite have what I want. How to share an article if you know the article id is well documented, but I want to know how to share…
G Ullman
  • 237
  • 1
  • 3
  • 7
6
votes
1 answer

Enable MathJax in RSS feeds for Wordpress blogs

MathJax is a very nice javascript library to write LaTeX code within an html file. I'm using it in a Wordpress blog and everything works fine when the post is viewed in its actual address. But, the math parts are not rendered in Google Reader and…
petrichor
  • 6,459
  • 4
  • 36
  • 48
6
votes
2 answers

Feedparser - retrieve old messages from Google Reader

I'm using the feedparser library in python to retrieve news from a local newspaper (my intent is to do Natural Language Processing over this corpus) and would like to be able to retrieve many past entries from the RSS feed. I'm not very acquainted…
Rafael S. Calsaverini
  • 13,582
  • 19
  • 75
  • 132
6
votes
2 answers

Google Reader Api mark All item As read

This is how my url looks be: https://www.google.com/reader/api/0/mark-all-as-read?s=http://www.campionatoseriea.net&ts=1345114937 I can't understand why it doesn't work! I'm successfully logged in. * EDIT…
Usi Usi
  • 2,967
  • 5
  • 38
  • 69
5
votes
1 answer

Can I get feed data from Google Reader as JSON?

For the unofficial Google Reader API, I can get all items for a feed in the Atom format. Are they also available in the JSON format?
Jackson Tale
  • 25,428
  • 34
  • 149
  • 271
1
2 3
12 13