-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compatibility with theoldreader.com API #15
Comments
Yes, there are indeed a few differences between the original Google Reader API and TheOldReader. It should be possible to make a special case when detecting TheOldReader server without too many changes. I cannot promise to find time for that soon, but would welcome a patch. |
I use this app for theoldreader.com with this change. Seemingly the problem was that theoldreader.com API use ObjectId type for identifiers, and app parse it to Long. This generate a NumberFormatException. Using ObjectID string value as UIDs in app if this exception was thrown solved the problem. |
Thanks for the patch, @scastrorico |
I have cherry-picked from @scastrorico patch c4f4a1b |
Hello,
Thanks for sharing a great app! Especially on f-droid repo.
I have tried to use it with theoldreader.com account.
And have some issue.
Login, initial sync seems like OK, but sync after (marked) read smth is fail.
I have got errors like:
I think a source of issues can be in a some difference to Google Reader API.
There is an API link: https://github.com/theoldreader/api
Is it possible to fix those issues?
The text was updated successfully, but these errors were encountered: