You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is about discussing issues an implementor of the unofficial Google Reader API faces.
This group is not run by Google, nor is it endorsed by Google.
Also this group is not intended to be a help group for end users. This one is: http://groups.google.com/group/google-re ader-help
|
|
|
Looking for tests suites and testers
|
| |
We ([link]) have started developing and deploying our Google Reader API replacement. We used some of the existing clients to make sure we were 'compatible', but it would obviously be great if we had people willing to tests that as we make progress. We have also started to backup the data from Google Reader's feeds.... more »
|
|
Free Google Reader
|
| |
How you can promote open source web and you kill Google Reader. Give it to the people. Free Google Reader
|
|
Google Reader shutdown and the API
|
| |
I'm assuming that the shutdown of Google Reader will also mean the shutdown of the lovely and useful API as well. Can anyone confirm or (hopefully!) deny that? Thanks, Scott Patten
|
|
still alive?
|
| |
just wondering whether this list is still alive or not. Hopefully, yes :)
|
|
Get Google reading list using OAuth 2 in C#
|
| |
Hello everyone, I am using OAuth 2 and I can access token and refresh token. How can I get reading list from Google reader using Oauth 2 access token. Thanks in advance. Get
|
|
How to add a new feed/subscription?
|
| |
I know there are many guides out there on how to use the api, here is a good example: [link] but i cant seem to get it to work.. can someone show me an example? or tell me if that information in that guide I posted is accurate?... more »
|
|
Entries for a tag name coming up empty - zero items
|
| |
I wrote some code in Node.js to query for entries in a tag name in Reader, and that returns a list of items. But if I use the same URL in Java, it returns an empty list of items. The JSON does have the correct meta information but the items array is empty. Here's my current code in Java to form the URL. I've tried several... more »
|
|
Mark all read time in JS
|
| |
I am using this API: [link] For the time stamp I was using: unreadCounts[i].newestItemTime stampUsec However I want to support 1 day, 1 week, and 2 weeks: var time; var now = new Date(Date.now()); if (timeFrame === AllReadTypes.day) {... more »
|
|
|