When I run the sample script from tweepy on sl4a I get the following init error:
TypeError: init() takes at least 4 arguments (3 given) I have put in my key, token and secrets.
When I run the sample script from tweepy on sl4a I get the following init error:
TypeError: init() takes at least 4 arguments (3 given) I have put in my key, token and secrets.
You're probably not using the same version of Tweepy on your Android device as on your computer. Make sure that both are using the latest version of Tweepy, and try running the example again.