Possible Duplicate:
twitter integration on android app
Hi all, how to post the tweets from my android application. I searched stackoverflow for this but i failed to get the solution. can anyone tell me how can i proceed now??
thanks
venu
Possible Duplicate:
twitter integration on android app
Hi all, how to post the tweets from my android application. I searched stackoverflow for this but i failed to get the solution. can anyone tell me how can i proceed now??
thanks
venu
You can e.g. use twitter4j ( http://twitter4j.org/ ) to do this. Have a look at http://github.com/pilhuhn/ZwitscherA for an Android Twitter client that uses this library.
In earlier days it was easier to access Twitter, but nowadays you need to implement oAuth to connecto to Twitter.
An alternative could be to create an account at http://identi.ca/ , post to this account and have identi.ca forward your messages to Twitter.