I’m working on this app that is going fine on my cellphone, but is not on Android Studio’s Emulators.
After a while I start to receive this message from the API:
ERROR: com.twitter.sdk.android.core.TwitterApiException: HTTP request failed, Status: 401
The app starts working ok, and after some calling messages to twitter API (5 more or less), error 401 starts showing.
I’m using Android Studio with FABRIC
Could it be a problem with session? Expired maybe? Aplication works for only a minute or 2.
I am monitoring limits, and i’m far from extrapolate it, in some tests i have the error 401 with 897 X-Rate-Limit-Remaining.
Library and Fabric is updated.
I manually set the date on emulator to not have any time problems (i saw something like this on forums).
This problem is putting me crazy. I’m working for 3 months already on this app, and 2 days ago the problem started.
Please, if someone knows all about it, every tip will be blessed.
Thank’s!