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

Display icon for atom feed in Google Reader

Google Reader does not display the icon for my Atom feed http://feeds.feedburner.com/CartesianClosedComic. Here's what I tried, based on various suggestions found on the internet: Added an element that points to a png icon. (I also tried an…
Roman Cheplyaka
  • 37,738
  • 7
  • 72
  • 121
4
votes
1 answer

Getting list of tags for a user from google reader api

Form this blog post i see that once you know the tag name you can items in the tag by /reader/atom/user/[user id]/label/[tag] But how do i know what tags are available for the user ? How can get the list of available tags for a user from google…
Surya
  • 4,922
  • 8
  • 41
  • 54
4
votes
3 answers

Commercial use of Google API

This question maybe a better fit on The Business of Software forum but despite my post on there, I'm still unable to determine the following: Can I use the Google API to build commercial software? If not how can the people behind Byline charge for…
3
votes
1 answer

How to find the blog feed URL from the blog site programmatically

We use the following code to read a RSS | ATOM feed, is there a way to find the RSS | ATOM URL of a blog feed give the blog site (e.g. for http://my.typepad.com or http://occupylosangeles.org/). This should be similar to what google.com/reader…
priya
  • 24,861
  • 26
  • 62
  • 81
3
votes
4 answers

How to read all shared google reader feeds by code?

I share a lot of feeds on my google reader, i want some code using asp.net to read all these feeds and put in a page, may be with paging because feeds are too much. Any one know how to do so?, or if there is a tool for that
Amr Elgarhy
  • 66,568
  • 69
  • 184
  • 301
3
votes
1 answer

Does the Google Reader API token expire?

Ok, so I have an app that hooks in pretty deeply with GR's "api". Everything is working nicely, BUT lately I have been getting permission denied returns from Google. If I log out of GR and log back in with my app it all starts working again. This…
David
  • 2,173
  • 3
  • 25
  • 36
3
votes
2 answers

Marking items as read / unread in iphone google reader app

I am developing an app using data from google reader's API and using GData for login. I want to be able to mark a post inside a table cell as read / unread, but am finding the fact that this is all mainly undocumented hard to work out a solution,…
daihovey
  • 3,485
  • 13
  • 66
  • 110
3
votes
1 answer

Google Reader editing API Authentication problem

I have problem with authentication GReader editing API. I can do the HTTPS (https://www.google.com/accounts/ClientLogin) for authentication and google is returning three tokens (SID, LSID, AUTH), but no HSID. When I try add a new feed…
Zdeněk
  • 31
  • 1
3
votes
3 answers

Google Reader API?

Is there any Google Reader API that I can plug in to? I building a clean RSS/Atom reader in PHP and would love to get all the goodies from Google Reader like the history of a feed, able to add comments to each feed item, etc.
Erik Lydecker
  • 719
  • 3
  • 12
  • 29
3
votes
3 answers

Native Google Reader iPhone Application

I am currently in the process of building a native Google Reader iPhone application similar to the successful application "Reeder for iPhone", however, with a full Twitter client inbuilt as well. I have finished the Twitter client and am now…
Sebastien Peek
  • 2,528
  • 2
  • 23
  • 32
3
votes
3 answers

Is there a documented Google Reader API yet?

In late 2005, Niall Kennedy blogged about Google Reader’s API: http://www.niallkennedy.com/blog/2005/12/google-reader-api.html He mentioned that a couple of guys at Google suggested to him that the API might be made official within a couple of…
Paul D. Waite
  • 96,640
  • 56
  • 199
  • 270
3
votes
1 answer

HTTP Response 411 Length Required, Http Client 4.0.1 Android

i'm sending an http request to the google reader api and getting an unusual response code. following the documentation, i've requested an auth code and included it in the header of every request. after performing the login, and getting an auth…
moonlightcheese
  • 10,664
  • 9
  • 49
  • 75
3
votes
2 answers

Why isn't Google Reader able to detect the feed for a website?

I have two websites that declare an RSS feed, like so: Both sites run WordPress, but the automatic feed link injection has been…
Abraham Vegh
  • 1,490
  • 1
  • 12
  • 32
3
votes
1 answer

Google Reader API with Objective-C - Problem getting token

I am able to successfully get the SID (SessionID) for my Google Reader account. In order to obtain the feed and do other operations inside Google Reader, you have to obtain an authorization token. I'm having trouble doing this. Can someone shed…
Daddy
  • 9,045
  • 7
  • 69
  • 98
3
votes
4 answers

Import multiple URLs to Pocket (or Instapaper)

I'm trying to import all my old starred items from Google Reader into Pocket. I have the JSON file and I've used grep to convert that to a simple text file listing all the URLs (thanks to PaulProgrammer here: Regex to extract all Starred Items…
Patrick
  • 31
  • 1
  • 4
1 2
3
12 13