0

Possible Duplicate:
How to Login twitter using Oauth from my android application?

I would like to know how can I tweet using oAuth in Android.

What should be the callback url??? Please help!!!

Community
  • 1
  • 1
blabla
  • 31
  • 6
  • I guess you need to provide more info on how you want to tweet, what language etc you want to use... – Radek Nov 15 '10 at 00:58

1 Answers1

0

There are few Java libraries on Twitter dev page that also support OAuth on Android. http://dev.twitter.com/pages/oauth_libraries#java

Sharjeel
  • 15,588
  • 14
  • 58
  • 89