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

Get subscriptions, feeds and article from google reader api for an user

I want to create a google reader application that for an user(google account)I need to get all its subscriptions, for each subscription all the feeds and for each feed all its items. Please help me with some urls in order to create the post requests…
zoltanflavius
  • 209
  • 3
  • 7
1
vote
0 answers

Sharers parameter in Google Reader API

I´m wondering, what sharers= parameter mean in Google Reader API during broadcast-friends query and how to work with it's value. I'm asking this way:…
sealskej
  • 7,281
  • 12
  • 53
  • 64
1
vote
1 answer

How do I use xml to linq when I don't have the Google Reader Atom Schema?

I am working on a small widget for BlogEngine.Net. My widget is going to take a person's shared items atom feed and print the title, website url, date, and atom url. To complete this task, I have begun to use Linq and XML. Here is the problem.…
kevindaub
  • 3,293
  • 6
  • 35
  • 46
1
vote
0 answers

Usage of unofficial Google Reader API on Android

I am trying to develop a Google Reader app for Android. This app was working fine before today with the following code : monTransport = GoogleTransport.create(); GoogleHeaders entete = (GoogleHeaders)…
bobygerm
  • 483
  • 10
  • 21
1
vote
1 answer

Feedfetcher placing items in my feed that aren't there

I check RSS feeds more often than I should, so I built an application that delays my RSS feeds between midnight and 5 PM, so I don't check them (see http://rssafter5.appspot.com). I take an RSS feed as input and create a custom feed on my domain…
Kevin Burke
  • 61,194
  • 76
  • 188
  • 305
1
vote
1 answer

Problem getting codeigniter library for google reader to work when trying to log in and get feed data

I'm trying to getting this http://www.forgottenexpanse.com/projects/ci_reader CodeIgniter library for interacting with Google Reader to work. When following the examples on the page, this works fine: $this->load->library('reader'); $shared_items =…
Simon
  • 209
  • 2
  • 4
  • 10
1
vote
4 answers

How to create a Google Reader?

I need to create a web tool like Google Reader for my college project. I have 2 question about it: 1) How Google Reader track the read and unread posts ? 2) Google Reader save every post in the db or load the feeds at the moment ?
xRobot
  • 25,579
  • 69
  • 184
  • 304
1
vote
1 answer

Counting Likes and shared times in google reader public profile

We've collected a list of google reader profiles of our members and now I want to make a hot list board and show the most shared and the most liked items to be shared with our members. I've checked a couple of unofficial google reader APIs but I…
Allen Bargi
  • 14,674
  • 9
  • 59
  • 58
1
vote
1 answer

Working (no 401 Client Error) Unofficial Google Api Reader Client

Is there a working client (in any language, preferably in ruby) that can currently retrieve subscriptions (starred, liked, tags are a bonus) from, still the unofficial, Google Reader API? I've tried both this and this, but they seem unable to make…
Daniel Ribeiro
  • 3,110
  • 3
  • 23
  • 49
1
vote
1 answer

How to add a Favicon to RSS feeds using Wordpress?

A friend of mine wants to make her favicon visible when people user Google Reader to view the RSS of her Wordpress blog. Anyone have a quick tip on how / where to make that reference? Her current web host is Bluehost, and apparently that is the…
Joshua
  • 3,615
  • 1
  • 26
  • 32
1
vote
1 answer

OAuth with Google Reader API using Objective C

I'm using the gdata OAuth controllers to get an OAuth token and then signing my requests as instructed. [auth authorizeRequest:myNSURLMutableRequest] It works great for GET requests but POSTs are failing with 401 errors. I knew I wouldn't be able…
Dylan
  • 718
  • 7
  • 16
1
vote
1 answer

Google Reader - Keeping Read Item state in Sync

What is the best way to manage cached articles when it comes to keeping the read state/unread state in sync? Is there a property inside the article feed that will tell me the state of the item? I'm trying to figure out how to keep the read…
Daddy
  • 9,045
  • 7
  • 69
  • 98
1
vote
1 answer

Google Reader API - feed/[FEEDURL]/ is coming back as Not found

There is one feed I'm subscribed to which always turns up as NOT FOUND when I try to use the API. I return an array of Dictionaries, containing 3 objects. The first in the list represents the user himself, like so: { FeedID =…
Daddy
  • 9,045
  • 7
  • 69
  • 98
1
vote
1 answer

Google Reader API HTTP Response parsing (Objective C)

Using the API, trying to get items in a specific feed returns this: {“direction”:”ltr”,”id”:”feed/http://arstechnica.com/index.rssx”,”title”:”Ars Technica”,”description”:”The Art of…
Daddy
  • 9,045
  • 7
  • 69
  • 98
1
vote
2 answers

How can I get all feed entries from a page like Google Reader? (Since RSS is transitory)

I'm trying to build a script to retrieve all feed entries from a given page, but I can get only the most recents. How does Google Reader do it?
Keyne Viana
  • 6,194
  • 2
  • 24
  • 55