how to post tweets from android application [dupli

2019-06-03 07:33发布

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

1条回答
来,给爷笑一个
2楼-- · 2019-06-03 08:01

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.

查看更多
登录 后发表回答