1

Android: I have a social networking application made by me, in which you can post comments, i want to facilitate user to one click share posted commented on user's twitter.

Amokrane Chentir
  • 29,907
  • 37
  • 114
  • 158
d-man
  • 57,473
  • 85
  • 212
  • 296

1 Answers1

1

You can use Twitter API directly to do that.

There are also Twitter libraries compatible with Android platform.

Community
  • 1
  • 1
Dariusz Bacinski
  • 8,324
  • 9
  • 38
  • 47
  • Twitter4j not competebile with android udpate status throws status -1 but console app works fine. – d-man Jul 15 '10 at 10:27