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
5
votes
6 answers

Google Reader Authentication problem

Google Reader API Seems expecting something different for authentication today! About a week ago, I downloaded this, and everything is working and I try to port that to java. For my code, it is working perfectly (with the help on your examples)…
xandy
  • 27,357
  • 8
  • 59
  • 64
5
votes
2 answers

Google Reader doesn't properly read the feed that I programmed, with my programming

(I previously asked this question which was somehow considered more applicable to superuser, and after it was migrated there, it was closed as not applying to superuser. Let me make it clear up front, then, that I'm asking if the feed that I have…
spinn
  • 302
  • 1
  • 6
5
votes
1 answer

How to mark items read with google reader API?

I've been working on a client for google reader. Everything works fine, except that I can't edit entries to add tags such as "starred" and "read." The instructions at code.google.com/p/pyrfeed/wiki/GoogleReaderAPI and…
Daniel
5
votes
3 answers

Adding Notes Using Google Reader's API

Does anyone know how to add a note using Google Reader's API? In looking at some of their code, I've noticed that it might have something to do with the "/reader/api/0/item/edit" URL, but I can't find this documented anywhere.
leftspin
  • 2,468
  • 1
  • 25
  • 40
4
votes
1 answer

How can I can I programatically post a note to Google Reader?

I use my Google Reader notes as a place to store bookmarks and small snippets of information. I would like to write a small script to let me post notes from the command line (I prefer Python,but an answer using any language will be accepted). This…
rupello
  • 8,361
  • 2
  • 37
  • 34
4
votes
2 answers

Bulk edit-tag for Google Reader

How to bulk edit tag of the google reader item ? Now I'm using /reader/api/0/edit-tag to edit tags, but it's very slow to update tags for all items (in loop). Dow you know any way to send tags for many items at once? Possible solution looks like…
Eugene Nacu
  • 1,613
  • 2
  • 14
  • 22
4
votes
2 answers

Google Reader API Authentication

I am trying to authenticate on google api service using this snippet: RestTemplate restTemplate = new RestTemplate(); List> converters = new ArrayList>…
Ramesh
  • 41
  • 3
4
votes
1 answer

Questions before writing own RSS reader for iPad

This is not new topic, one about iPhone ( iPhone RSS Reader ) My purpose is to get some latest and useful info before my implementation for RSS reader in iPad.( same with iPhone , right ? only GUI difference ?) Apple already provides TopSongs as…
Forrest
  • 122,703
  • 20
  • 73
  • 107
4
votes
1 answer

creating blogroll by inoreader, feedly or similar ones

In Google reader(R.I.P) we could select some interesting links by a special tag and then make public them and show links on our blogs or websites. Is there a way to create this by Google reader alternatives like Inoreader or Feedly or AOL reader or…
Ehsan
  • 2,273
  • 8
  • 36
  • 70
4
votes
1 answer

How do I sort feeds returned from Google Reader?

When I query Google Reader for the list of subscriptions for a user, it seems to be returned in a fixed order, no matter what the order is as shown at google.com/reader. (see http://www.google.com/reader/api/0/subscription/list for the list I'm…
Ed Marty
  • 39,590
  • 19
  • 103
  • 156
4
votes
2 answers

Split an RSS feed into separate feeds

I'm trying to find a way to split a single RSS feed into separate feeds based on keyword matches. Yahoo Pipes was my first thought, but I couldn't find a way to do it. Although Pipes has a split module, there is only one output module available for…
jpep
  • 41
  • 1
  • 4
4
votes
4 answers

Can I get statistics on RSS readership?

Is there any way to get numbers on how many people are reading an RSS feed? My understanding of the way feed readers work (e.g. Google Reader) is that they check the feed periodically, cache it, and serve the cached copy to whoever asks for it until…
Herb Caudill
  • 50,043
  • 39
  • 124
  • 173
4
votes
1 answer

How to access Google/Gmail/Gchat/Reader user icons

I'm building a Google Reader client and wonder if it's possible to access a user's profile image (aka avatar) directly. When I navigate to the images in Reader itself, I find that they point to URLs such as…
Daniel
4
votes
1 answer

How to Access Feedly API?

Google Reader dies (RIP) and finally Feedly created their own clone and also an API for external readers. This API is also open for other readers. But, how can I access this API with my own RSS-Reader? I don't see any documentation or description…
DiableNoir
  • 644
  • 1
  • 8
  • 20
4
votes
2 answers

Will Google block my access if I use their features without token?

I'm using this link https://www.google.com/reader/api/0/stream/contents/feed/FEEDHERE?output=json&n=20 to fetch feeds using Google's algorithm. As you can see I'm not adding any other parameters, just fetching the returned data in JSON format. My…
Devfly
  • 2,495
  • 5
  • 38
  • 56
1
2
3
12 13