1

I want to give Auto-tweet option in my App to the user. When the user chooses the auto-tweet option then onwards users data is tweeted through his Twitter account ( but not through the App twitter account) on certain Event (predefined by the App).

Is this feasible? If so can someone please tell how to do this?

Thanks

droidsites
  • 1,035
  • 4
  • 16
  • 29

1 Answers1

0

Have a look at Android Intent for Twitter application you can use an intent to specify that you want to tweet, and then any application that handles tweeting can accept this intent. Is that what you want to do?

Community
  • 1
  • 1
MarcFasel
  • 1,080
  • 10
  • 19