I’m running a node server, using node-twitter-api to handle oauth and post images. It works perfectly on every platform except for Android when it has the Twitter app installed.
When I attempt to authenticate a user, I get this response most of the time.
{"statusCode": 401, "data": Invalid request token."}
There was once where I got an actual error page.
Is there anything I can do to make this work on Android with the Twitter app? It seems like a bug with the Twitter app.