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
0
votes
1 answer

Disable a specific keyboard shortcut (V) in Google Reader

I'd like to disable the "V" keyboard shortcut in Google Reader, which when selecting an item, opens that item in a new window. I'd be using JavaScript to do this, perhaps with the help of jQuery, and doing so in Greasemonkey. So, when "V" is hit…
Gary
  • 3,891
  • 8
  • 38
  • 60
0
votes
1 answer

Google reader api mark as read return 411 error (using java on android)

I am doing some development about google reader on android platform. Using google reader api, I can successfully get RSS list. But when I want to mark the RSS item as read, I got "411 Length required" error. This is my code: HttpClient…
tidy
  • 4,747
  • 9
  • 49
  • 89
0
votes
1 answer

How should I develop Google OAuth 2 for iOS, and also with original google sign in UI?

I am going to write an app for google services, but I stuck at the first step: let user sign in for google's services. I can find gtm-OAuth2 library from Google's code base. But the problem for that is I don't know how to load Google's default sign…
Jackson Tale
  • 25,428
  • 34
  • 149
  • 271
0
votes
1 answer

Can't retrieve correctly item's feed in google reader account

Good Morning, First, my apologize for my bad level in English. I write a rss reader on iOS connected to Google Reader. When i try to retrieve the feed from Google with this code : if(nxt) { response=[net get: [NSString…
Uchiwa
  • 1
  • 1
0
votes
0 answers

How to update my feed's favicon in Google Reader?

Today I launched my new website with new design and with a new favicon. I used the same URL for my RSS feed in order to keep my subscribers. But Google Reader retains the old favicon. How can I force it to update it?
Ondřej Mirtes
  • 5,054
  • 25
  • 36
0
votes
1 answer

Google Reader API mark as read

I'm trying to mark an item as read using Google reader API. I'm calling: https://www.google.com/reader/api/0/edit-tag with POST…
MBZ
  • 26,084
  • 47
  • 114
  • 191
1 2 3
12
13