Tagged Questions
Questions about programmatically using Google Reader (questions regarding regular usage should be posted in http://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 funcionality (e.g.: browser add-ons).
21
votes
3answers
2k views
How does Google Reader get every item in an RSS feed?
Slashdot's RSS feed is http://rss.slashdot.org/Slashdot/slashdot. If I download the XML file directly, I only get a few of the posts from today. However, if I subscribe to the feed in Google Reader, ...
20
votes
4answers
13k views
Google Reader API Unread Count
Does Google Reader have an API and if so, how can I get the count of the number of unread posts for a specific user knowing their username and password?
11
votes
3answers
2k views
Where to start with Google Reader as an API?
I want to build a widget for WordPress that simultaneously displays my latest Google Reader items on the front page and allows for management from behind the WordPress dashboard. I can already add my ...
6
votes
2answers
184 views
Multiple tags / folders in Google Reader
I want to be able to grab data from multiple tags / folders in a users Google Reader.
I know how to do one http://www.google.com/reader/atom/user/-/label/SOMELABEL but how would you do two or three ...
6
votes
2answers
861 views
How do I mark an item as read with google reader api (using python)
I use the following python function to mark an item as read in google reader, but it always returns error HTTPErrors: HTTP 401: Unauthorized:
def mark_as_read(SID, entryid):
token = ...
6
votes
2answers
1k views
How to skip known entries when syncing with Google Reader?
for writing an offline client to the Google Reader service I would like to know how to best sync with the service.
There doesn't seem to be official documentation yet and the best source I found so ...
5
votes
1answer
219 views
Google Reader API - How do you share by article url as oppose to item id?
I've done a decent amount of research on the unofficial reader api and sifted through other questions, but none of them quite have what I want. How to share an article if you know the article id is ...
5
votes
2answers
352 views
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, ...
5
votes
3answers
987 views
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 ...
5
votes
3answers
882 views
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 ...
4
votes
4answers
445 views
Android 4.0 ICS turning HttpURLConnection GET requests into POST requests
My Galaxy Nexus arrived today, and one of the first things I did was to load my app onto it so I could demonstrate it to my friends. Part of its functionality involves importing RSS Feeds from Google ...
4
votes
2answers
784 views
Google Reader API Authentication
I am trying to authenticate on google api service using this snippet:
RestTemplate restTemplate = new RestTemplate();
List<HttpMessageConverter<?>> converters =
new ...
4
votes
1answer
293 views
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 ...
4
votes
6answers
3k views
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 ...
4
votes
1answer
291 views
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 ...
3
votes
1answer
210 views
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 ...
3
votes
1answer
241 views
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 ...
3
votes
2answers
538 views
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 ...
3
votes
1answer
242 views
Enable MathJax in RSS feeds for Wordpress blogs
MathJax is a very nice javascript library to write LaTeX code within an html file. I'm using it in a Wordpress blog and everything works fine when the post is viewed in its actual address. But, the ...
3
votes
3answers
477 views
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 ...
3
votes
1answer
2k views
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. ...
3
votes
3answers
1k views
How to get rss old items like google reader
I'm creating RSS reader application. I need to get any linked rss old items. For example some web rss result count is too less. My application check time range is too long. Sometimes loss some news.
...
3
votes
1answer
507 views
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 ...
3
votes
2answers
634 views
'Unstarring' posts using Google Reader API
Does anybody know how to remove stars for articles starred in Google Reader using its unofficial API?
I found this one but it doesn't work:
...
3
votes
4answers
822 views
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 ...
2
votes
6answers
75 views
is there a way to convert from xml to json?
I'm writing an api for google reader where I'm currently trying to get items belonging to a specific inputted feed. In order to get the information i am using the following code:
String url = ...
2
votes
1answer
93 views
Error in accessing google reader's Endpoints API
I am trying to implement google reader in iPhone APP and so far I have successfully received the sid and auth. The problem arises when I try to call the Endpoints API with GET.. Here's the code:
...
2
votes
1answer
422 views
Can I get feed data from Google Reader as JSON?
For the unofficial Google Reader API, I can get all items for a feed in the Atom format. Are they also available in the JSON format?
2
votes
1answer
242 views
Authentication to Google Reader using OAUth
I want to post a URL from my android application to Google Reader. I have authenticated to google Reader using ClientLogin (Accessed to unofficial google API).I have received response code 200, but I ...
2
votes
1answer
323 views
c# How to login to Google Reader
I'm looking for a code fragment that will show me how to get an SID for Google Reader in C#. Anyone know of such a beast?
2
votes
1answer
241 views
Google Reader Token Request giving 403 error
I am trying to get the token from google reader for my iPhone project. I am able to get the Authorization but when I request for the token, I get a 403 Forbidden
Below is my code implementation. Any ...
2
votes
1answer
296 views
Google Reader API sortid and firstitemmsec
I am not quite understand the meaning of "sortid" and "firstitemmsec" returned by the unofficial Google Reader API? Somehow, these values are used correctly in Google Reader web application. How do I ...
2
votes
1answer
349 views
Google Reader API - Getting Feeds
Does anyone know if there is a Google Reader service call that a user can make to get the name/uri of all feeds that fall under a certain label/category? Thanks!
2
votes
1answer
295 views
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 ...
2
votes
2answers
234 views
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 ...
2
votes
2answers
294 views
How on earth does Google Reader parse RSS?
I'm pulling hair out, i might pull a tooth out next, thats how frustrated i am.
I have deleted (for the purpose of proving a point) ALL my RSS files in my wordpress site
http://baked-beans.tv
No ...
2
votes
2answers
645 views
Using JSON Framework on iPhone - HELP!
Currently I am using the following code to parse the JSON link sent. This is how I also send a GET call to the Google Reader API for an upcoming iPhone application of mine.
- (NSArray ...
2
votes
2answers
3k views
Using Google Reader API and OAuth in iPhone app
I want to make an app that uses on the Google Reader API. But I'm finding out that there isn't an offical API for it - is there a problem using the unofficial API, in terms of App Store ...
2
votes
3answers
1k views
New feed items not showing in Google Reader
There is a blog, powered by Wordpress, which has valid RSS feed (opens up fine in Safari), but doesn't show new posts in Google Reader. In fact, the latest article from Google Reader is from Jul 21, ...
2
votes
1answer
572 views
Google reader API get single item
I am trying to retrive a single selected item from the google reader api. Is there an api call I can make to get an item by Id or do I have to access that items feed and get it from there?
2
votes
2answers
85 views
Why isn't Google Reader able to detect the feed for a website?
I have two websites that declare an RSS feed, like so:
<link rel="alternate" type="application/rss+xml" title="Awesome Site » Feed" href="http://url.to/valid/feed" />
Both sites run ...
2
votes
2answers
283 views
Retrieving Google Reader stats for RSS feed and items
I would like to programmatically retrieve Google Reader's feed stats for my own site's RSS feed. In particular, I'd like to get the "liked" count, to incorporate it into scoring feed items.
Any idea ...
2
votes
1answer
168 views
Retrieving a Single Post From Google Reader
I'm working on a Google Reader project that lists posts from a feed on a page. From that page I would like to link to a new page that displays the contents of the selected post. I see the id of the ...
2
votes
4answers
1k views
can't add yahoo pipes to google reader [closed]
for some reason the feed won't load anything when I add it to google reader.
The pipe is very simple, consists of 2 filters only. Runs fine in yahoo pipes itself, just will not be found in google ...
2
votes
2answers
334 views
API to query Google Reader “shares” for a blog post
Is there an API (official or unofficial) that for a given blog post, lets me see how many people have shared it/starred it on Google Reader? I subscribe to a particular blog which is a bit too ...
2
votes
4answers
1k views
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 ...
1
vote
1answer
57 views
Why is the google server returning error 401 when trying to get token?
i'm currently trying to develop an api for google reader and when i'm trying to get the token, the following error is being generated:
System.Net.WebException: The remote server returned an error: ...
1
vote
3answers
99 views
How does Google Reader extract news items from a web page?
I was wondering how Google Reader extracts news items from a web page.
Does any of you know how it works? Or how someone can build a similar system to extract the same information from the HTML of a ...
1
vote
1answer
107 views
Accessing Google Reader subscriptions with OAuth2 access_token
Is that possible to access Google Reader subscriptions using OAuth2 access_token? I've created Google APIs project, setting up domain and create javascript code that receives OAuth2 token. It works ...
1
vote
0answers
104 views
Google Reader Authentication - Getting 401 error when adding feed [closed]
Possible Duplicate:
Error in accessing google reader's Endpoints API
I am trying to write a small application to add feeds to a Google Reader account. The login seems to be working ok ...