I am using Android 1.6. I want to integrate a Twitter button to share songs on my web-based application to my Twitter followers. For that, I integrated the jtwitter.jar file into my application.
But it is not accepting the username and password that I provide.
I am using the following statement to check the authentication:
twitter = new Twitter(username, password);