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
1
vote
2 answers

Google Reader API - get subscribers

Anyone know the http request in order to find the subscriber count for a subscription? Something similar to http://www.google.com/reader/api/0/unread-count?all=true must exist for subscribers, no?
chris
  • 7,222
  • 5
  • 31
  • 37
1
vote
1 answer

Import OPML subscriptions (file) to Google Reader manually

I have a huge (5,000+ feeds) OPML file which freezes and crashes my browser when I try uploading it to my Google Reader account using the following instructions: Login to Google Reader Click Your Subscription Click the More Actions dropdown Select…
Israel ANY
  • 359
  • 6
  • 16
1
vote
1 answer

Why do only certain feeds get recovered from google reader?

I want to parse the results of a public google reader feed of mine. I am writing an app in gwt and up to this point I had been following an example with the line: String gdata = …
D-Nice
  • 4,772
  • 14
  • 52
  • 86
1
vote
1 answer

How can we get the google auth token using DotnetOpenAuth?

I am writing an application in .net which will help users to get their Google Reader subscription lists. I was thinking of using DotnetOpenAuth for authentication and then get google auth token. The users will enter google credentials on Google site…
ShankarSangoli
  • 69,612
  • 13
  • 93
  • 124
1
vote
2 answers

Google Reader Feed Import

I'm working on a social RSS reader website, and with the news that Google Reader is shutting down, we'd like to capitalize on that by providing a feature for users to automatically import their Google Reader feeds in the same way that they might…
Quantumplation
  • 1,069
  • 1
  • 9
  • 19
1
vote
1 answer

POST request to Google Reader (mark as readed)

I'm trying to mark an item as read on Google Reader using cURL and PHP. I'm requesting Google Reader permission for my application using OAuth 2.0. When I tried to mark an item as read, got the "400 Bad Request" HTTP error, my request looks…
eagleoneraptor
  • 1,217
  • 2
  • 12
  • 20
1
vote
1 answer

Login to google reader using android account manager

I am in a Android project of creating a Google Reader client. I with to use built in account credential and to be as close of the official google reader app on that point. I'm struggling in a problem since a week and can't find out how to solve…
grea09
  • 57
  • 9
1
vote
1 answer

retrieving google reader list

I need to know the rss list from google account. I got sid and auth by the following api, and it succeeded. // login and get sid & auth NSURL* loginURL = [NSURL URLWithString:@"https://www.google.com/accounts/ClientLogin"]; ASIFormDataRequest*…
waterdudu
  • 61
  • 4
1
vote
4 answers

Triggering Google-Reader's refresh in Chrome (Works in Firefox)?

I have a userscript for Google Reader, and as part of that userscript I need to trigger a refresh, which I do in Firefox by simulating a keypress for the letter r. function simulateRefresh() { var e = document.createEvent('KeyboardEvent'); …
1
vote
2 answers

Why am I getting a 401 (Unauthorized) error when POSTing to Google Reader API?

I'm trying to interface with the Google Reader (undocumented/unofficial) API using information from this page. My first step is to get a SID and token, which works fine, but I can't seem to POST anything without getting a 401 error. Here is the…
Martin Doms
  • 8,598
  • 11
  • 43
  • 60
1
vote
0 answers

Download google reader articles to local folder?

Is there any way to have a local store of html or text files for my google reader feeds? One file per item in the feed? They go back for years and I want my own copies that I can search through and read without an internet connection. Kind of like…
1
vote
1 answer

Google API OAuth 2.0

I'm currently using OAuth 2.0 to access Google's reader API. I have successfully gotten a "code" and "state" returned in the URL. Right now I'm using a post method to pass in the required parameters in order to receive an access token. I have…
onlydrinktea
  • 37
  • 1
  • 6
1
vote
1 answer

Google client-login in Objective-C

I am trying to write a code for google client-login in objective-c. I get Auth with email and password from "https://www.google.com/accounts/ClientLogin" and I can successfully login google by POSTER (firefox). When I write the code for objective-c,…
1
vote
1 answer

Google News RSS - Get More than 10 Items

I am trying to get news from the Google News RSS and display it in an app. The problem is that Google News RSS only gives me 10 items and I can not figure out how to get the next page and/or get more than 10 items.
Tayyab
  • 422
  • 5
  • 17
1
vote
2 answers

Google reader public RSS get more than 9 items

We need to parse the data from a google reader public rss feed, the problem is that the url parameter n=numerofitemstoretrieve only works up to n=9 For example in our test…
VSP
  • 2,367
  • 8
  • 38
  • 59