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 ...
0
votes
0answers
13 views
Google reader, shared folder
Google reader announced the closure of the product and I decided to migrate to feedly.com. But cant find out is there a feature like shared folder/blogroll? Example about how to implement on google ...
0
votes
1answer
52 views
Using Jquery each to parse Google Reader starred.json
I am having trouble parsing the starred.json file from my google reader export to make it into an html file for import into getpocket
using jquery each I did not paste the content of starred.json ...
0
votes
0answers
15 views
Php : google Reader Subscription Via Curl
I am trying to add an feed url to my google reader via curl.Below is http header i got from firefox addon.
POST : ...
0
votes
0answers
31 views
google reader api atom/feed, only get one month items,but i want get all result?
I'm using Google reader API to get all available items for any RSS feed. I use it as follows:
http://www.google.com/reader/atom/feed/[RSS FEED LINK]?n=[NUMBER OF ITEMS TO SHOW]&r=o&ot=[UNIX ...
1
vote
1answer
78 views
How to create a Gmail message with a specific label?
I've been using RSS2Email to turn Gmail into Google Reader.
I'd like to create a Google Apps Script to do this instead, to get two advantages:
The scheduling would be handled by Google Apps Script. ...
2
votes
2answers
44 views
SyndicationFeed in c#
I use this code for get rss from stackoverflow.com
SyndicationFeed feed = SyndicationFeed.Load(XmlReader.Create("http://stackoverflow.com/feeds"));
foreach (SyndicationItem item in ...
1
vote
0answers
25 views
GoogleReaderApi gem says something went wrong
I'm using omniauth-google-oauth2 gem to authenticate users in my web applications. So now I want to provide for my users possibility to manage goole reader feeds from my app. I'm trying to use ...
1
vote
1answer
227 views
How can we get the google auth token using DotnetOpenAuth?
I am writing an application in .net which will help users to get their Google Reader subscription lists.
I was thinking of using DotnetOpenAuth for authentication and then get google auth token. The ...
0
votes
0answers
17 views
resubscribing to an rss feed with cached items
my goal is to subscribe to a feed with more items than in actually provides,
up until a few days ago i did this using google reader and atom2rssDOTsemiologicDOTcom/,
ill give an example,
...
0
votes
0answers
193 views
Equivalent for Google Reader [closed]
It seems Google had decided to remove Google Reader from their working applications. Which leaves me in a bit of a pickle. We are currently using Sandworks.Google to read and manage RSS-feeds for a ...
1
vote
2answers
90 views
Google Reader Feed Import
I'm working on a social RSS reader website, and with the news that Google Reader is shutting down, we'd like to capitalize on that by providing a feature for users to automatically import their Google ...
1
vote
0answers
48 views
Logging in to Google Reader in iOS app without the user having to grant access after logging in
I've been working on a simple RSS Reader for iOS. I've managed to use PLGoogleReader to log in to Google Reader and show some RSS feeds.
When I open my app, the login screen is a WebView containing ...
1
vote
1answer
84 views
POST request to Google Reader (mark as readed)
I'm trying to mark an item as read on Google Reader using cURL and PHP. I'm requesting Google Reader permission for my application using OAuth 2.0. When I tried to mark an item as read, got the "400 ...
0
votes
0answers
128 views
add subcription in google reader api gem
I tried to add new subcription but bad request 400 "Exception RuntimeError: something went wrong", what's the solution?
api = GoogleReaderApi::Api.new({:auth => 'token'})
api.post_link ...
0
votes
0answers
171 views
Problems Authenticating with the Google Reader API
I'm having an annoying issue with HttpClient in Windows 8/c#. I'm doing some testing to try to get data down from the Unofficial Google Reader API. I got OAuth up using WebAuthenticationBroker, and ...
0
votes
1answer
58 views
Getting feed items from Google reader belonging to a subscription whose URL contains a question mark (query string)?
I am trying to get feeds belonging to a particular subscription in Google reader using the usual GET request to https://www.google.com/reader/api/0/stream/contents/feed/{FEED ...
0
votes
0answers
57 views
Google Reader API lock account
I'm writing an Android application which need an access to a Google Reader Account.
This is how my application run :
-User enter his Google account, mail/pass.
-The application send data to my ...
0
votes
3answers
260 views
Get google reader subscription list using OAuth 2 authentication in C#
I have been accessing google reader in C# code for quite some time using ClientLogin authentication. I have been working on a Google Reader client for Windows 8 and decided to use OAuth 2 ...
0
votes
0answers
52 views
Atom feed time and different readers
I'm getting very different results from different feed readers when it comes to the time of an entry.
Originally I have the time as 2013-01-07 15:26:01.0 on my server in my timezone (EST).
In the ...
0
votes
1answer
140 views
The oauth_verifier is missing or invalid for the Google Reader OAuth Scope
I was trying out the Google Reader APIs using the Google OAuth 1.x Playground. But I get a "The oauth_verifier is missing or invalid" when I try to Authorize with the following OAuth Scope:
...
1
vote
1answer
192 views
Login to google reader using android account manager
I am in a Android project of creating a Google Reader client.
I with to use built in account credential and to be as close of the official google reader app on that point.
I'm struggling in a ...
0
votes
1answer
60 views
Remove entry from user's rss reader
I realized pretty simple atom feed in my application.
Sometimes records expire and are no longer published in the feed.
Is there a way to remove entry from user`s reader?
1
vote
1answer
69 views
retrieving google reader list
I need to know the rss list from google account. I got sid and auth by the following api, and it succeeded.
// login and get sid & auth
NSURL* loginURL = [NSURL ...
2
votes
0answers
121 views
cannot get all items with google reader python api
I am planning to use google reader api to retrieve all posts from blogs and other websites. But I have some troubles of getting all posts out. I already use continuation string. From the website, I ...
2
votes
1answer
101 views
How should I redirect a user to redirect uri without 404error? (OAuth 2.0/Google)
I try to log in google by using OAuth 2.0. I learned that when my app redirect a user to authorization page, I must post "client secret" "scope" and "redirect uri in order to use after user authorize ...
3
votes
1answer
301 views
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 ...
1
vote
4answers
235 views
Triggering Google-Reader's refresh in Chrome (Works in Firefox)?
I have a userscript for Google Reader, and as part of that userscript I need to trigger a refresh, which I do in FF by simulating a keypress for the letter r.
function simulateRefresh()
{
var e = ...
0
votes
0answers
150 views
Can't access google reader api using oauth 2.0
I currently writing a google reader client in iOS. Using GTMOAuth2Authentication,I got 401 error response. Here is my code of getting an token.
- (void)getToken
{
u_int64_t now = ...
0
votes
1answer
200 views
Rss Reader (aggregator) based on google reader
I have created an RSS reader (web-app), with usual stuff read rss in xml format parse and display it to user. Every thing is working fine.
Now I want 'my reader app' to use google-reader account as ...
1
vote
0answers
127 views
Download google reader articles to local folder?
Is there any way to have a local store of html or text files for my google reader feeds?
One file per item in the feed?
They go back for years and I want my own copies that I can search through and ...
0
votes
1answer
264 views
Google API OAuth 2.0
I'm currently using OAuth 2.0 to access Google's reader API. I have successfully gotten a "code" and "state" returned in the URL. Right now I'm using a post method to pass in the required parameters ...
1
vote
1answer
246 views
Google client-login in Objective-C
I am trying to write a code for google client-login in objective-c.
I get Auth with email and password from "https://www.google.com/accounts/ClientLogin" and I can successfully login google by POSTER ...
0
votes
1answer
79 views
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 ...
0
votes
1answer
531 views
Google News RSS - Get More than 10 Items
I am trying to get news from the Google News RSS and display it in an app. The problem is that Google News RSS only gives me 10 items and I can not figure out how to get the next page and/or get more ...
1
vote
2answers
338 views
Google reader public RSS get more than 9 items
We need to parse the data from a google reader public rss feed, the problem is that the url parameter n=numerofitemstoretrieve only works up to n=9
For example in our test url:
...
6
votes
2answers
265 views
Google Reader Api mark All item As read
This is how my url looks be:
https://www.google.com/reader/api/0/mark-all-as-read?s=http://www.campionatoseriea.net&ts=1345114937
I can't understand why it doesn't work! I'm successfully logged ...
0
votes
0answers
113 views
Solution to Feeds that doesnt validate and not updating in google reader
I get this error message form feedvalidator "This feed does not validate"
I already tried to resync my feed in feedburner, tried to ping again my feeds but nothing solved the problem. My google ...
0
votes
1answer
135 views
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 ...
0
votes
1answer
625 views
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 ...
0
votes
1answer
66 views
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)
{
...
0
votes
0answers
187 views
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 ...
0
votes
0answers
114 views
How to get Google Reader Prefetch More script to work again on new Google Reader
Does anyone know what parts of code need to be changed in the Google Reader Prefetch More Greasemonkey script to make it work again?
The script preloads additional entries in Google Reader's expanded ...
0
votes
0answers
88 views
Rss Feed generated by Drupal views not subscribing in Google Reader
i am creating a Feed View in Drupal 6 of all contents of a content type. I think contents are about 90 to 100 in count. It is taking time to load in all browsers also when i subscribe my feed url in ...
0
votes
0answers
327 views
iPhone Google Reader API read subscription feeds
I want to implement Google Reader in my app.
I am able to login, authenticate and get the subscription list successfully by following code.
NSString *signature = [token objectForKey:@"SID"];
...
1
vote
0answers
120 views
Accessing a users Google Reader Feeds without his credentials through federated login
Before trying to implement this I would like to know if it is actually possible to access a user's Google Reader Feeds without his credentials through federated login in order to avoid having to deal ...
1
vote
1answer
637 views
how to fetch access token for google api.Authenticating with OAuth 2.0 in android
I am trying to fetch the access token for google account to access google reader data in android 4.0.4. using google api java client 1.8.0 beta.
sample code is showing the error "The method ...
1
vote
1answer
713 views
Android - unable to use OAuth access token to retrieve Google Reader feeds
I need to obtain OAuth2 authentication token to pass it to the server so it can fetch list of Google Reader feeds for the user. Server is .NET - I have no access to it or to it's code but most likely ...
0
votes
1answer
438 views
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 parameters:
i=tag:google.com,2005:reader/item/abd8ef2540e2948a
...
0
votes
1answer
377 views
Google Reader Java API fails while trying to retrieve feeds for a subscription
I used a Google Reader API by Chris Dadswell: link
It all worked fine until I created a method for reading feeds from a particular subscription. Here is my code:
public static Document ...
0
votes
1answer
185 views
Scroll down functionality in RSS reader like Google Reader
I have implemented a simple RSS reader in Java. I hit a URL and I get back some XML text. I parse it and retrieve data that I'm interested in.
Now I want to implement what Google Reader is doing. It ...


