2

Which is the best Twitter connectivity Library for Android?. And any examples available?

Heiko Rupp
  • 30,426
  • 13
  • 82
  • 119
Sanal MS
  • 2,424
  • 4
  • 24
  • 31
  • Twitter4j may be useful to you: [Twitter4j](http://twitter4j.org/en/index.html) – Parag Chauhan Feb 11 '11 at 10:06
  • Thanks for the Reference. I added it in to my Project, is there any example for how to login with Twitter4j and update status? – Sanal MS Feb 11 '11 at 10:20
  • Have a look at e.g. the code samples provided on the twitter4j page or at https://github.com/pilhuhn/ZwitscherA/tree/v065 for an open source client using that library. – Heiko Rupp Feb 11 '11 at 10:22

2 Answers2

0

To Share Content Use SocialAuth Android Library. The library also help you to integrate faceebook, twitter and myspace.

Here is link.

http://code.google.com/p/socialauth-android/

vineet
  • 269
  • 1
  • 4
  • 18
0

I don't know if it's in your case but if you only need to share content on twitter a Library is not needed. Use intent.

Roberto
  • 136
  • 1
  • 7