"All requests should be made via the POST method, and all parameters should be passed in the POST request-body and not in the query-string."
So even typical GET are sent as POST (/api/1/bookmarks/list)
Is there any reason to do that?
That it's RPC over HTTP, POSTing everything is the normal (and, really, proper) way to do RPC over HTTP.
> If the response is not valid JSON, it should be interpreted as an HTTP 503 "Service Temporarily Unavailable" error, and the request should be retried later.
Why not just return 503?
xAuth provides a way for desktop and mobile
applications to exchange a username and password for
an OAuth access token. Once the access token is
retrieved, xAuth-enabled developers should dispose of
the login and password corresponding to the user.
https://dev.twitter.com/oauth/xauthAsking users to trust third parties with the access details to your application? Sure they "review" the API token requests but who knows what that means.
Reading the page there seems to be a lot of talk about "keeping it simple" as if using the HTTP protocol is hard and confusing for developers. This is a bad sign, if they don't understand or care to understand something simple what are their security practices like?
But i'm happy to see quite the contrary!
What i love about Instapaper is the fact, that it doesn't fuck around. It tries to be one thing and one great thing only. I don't want to see tweets, i don't want to see related articles or what other people think besides my texts.
Instapaper comes as close to reading a ebook/book as it could get. At least for me.
Unfortunately "not stagnating" and "developing a lot of new features" these days usually means you will in fact soon start seeing tweets, related articles and what other people think besides your texts.
Which is a shame, because I too love the minimalistic approach of Instapaper.
- slow
- no red visual icon to signal the page is already stored
- no access to pages from firefox (bookmark not working for french locale or sthg)
- and the `new' button is just an add button that you have to stare at for 5 seconds because it will lose the focus and cancel the submission if you move to another tab.
Wallabag isn't quite ready yet :(.
I keep reporting "some text/images missing", but overall I lost faith that I can read articles on Instapaper without missing anything.
The circle of life. Wonderful.
Pocket mostly applies successfully the latest Android design principles. It is not perfect, but it is a solid implementation.
Instapaper looks like it has been written by somebody discovering the support lib along the way. Bad drawer implementation, no attention to detail. It does not even look like the dev is using its own app, because there are some seriously low hanging fruit that should be easy to solve (for example I can't click on the drawer icon, only on the title for some reason).
It's hard to justify a subscription with such a weak effort and it is probably a vicious circle where the dev doesn't have a reason to improve his app either.
You can list your bookmarks (= saved articles), your folders and you can even fetch the processed-text HTML content for the bookmark, what else do you need?
Why do I have to POST everything? Do you know what POST is supposed to be used for?
Because it's an RPC-based API?
The main reason I switched to pocket was that Instapaper doesn't seem to have support for PDFs.
I don't need any of the "position syncing" and other stuff. I just want to be able to download the PDF and view it offline in the same app that helps me do this to blogposts.