0

Possible Duplicate:
twitter integration on android app
Android Intent for Twitter application

Here I develop one Android application, I want to post message on twitter from my Android application.

I registered my app on Twitter, but what do I do next? I am totally confused.

Community
  • 1
  • 1
Infoware
  • 158
  • 2
  • 16

1 Answers1

2

You can use library twitter4j to post message or you can integrate your app with twitter app or you can open this url in browser through your app to post message..

http://twitter.com/?status=message

for twitter4j find code here

https://github.com/itog/Twitter4j-android-Sample

last one is easy to use.

ankita gahoi
  • 1,532
  • 2
  • 15
  • 28