-
Notifications
You must be signed in to change notification settings - Fork 279
Description
Since last month, saving articles to Instapaper suddenly stopped working. The exact same user/pass that works fine via a browser, receives an "Unable to Authenticate. Make sure your username and password are correct" error message.
I tested in 3 different iOS devices (one iPhone 5 with 6.1, another with 6.1.4, and an iPad Mini with 6.1). Also tried using different Instapaper accounts and even created a fresh one just to test. Same error message in all cases.
I sniffed the connection with Charles Proxy [1], and I can see the connection being made to GET /api/authenticate, but strangely there is no username or password being appended to the query string.
I looked at the source code, more specifically InstapaperAuthenticator.m, beginAuthentication(), and seems fine to me. Besides, the code was last touched more than 4 months ago, and for sure it worked for me after this.
The only thing I can think of is some change in Instapaper's side, but this wouldn't explain why user/pass is not being passed in the query string. I already ruled out the OAUTH, as the Simple API method (which is used by newsyc) is still working properly.
Is Instapaper still working for any of you? Any ideas how to troubleshoot?
Thanks a lot.
