-1

Possible Duplicate:
twitter integration on android app

How can I integrate Twitter with my Android application?

Community
  • 1
  • 1
CoDe
  • 11,056
  • 14
  • 90
  • 197
  • See [ twitter integration on android app ](http://stackoverflow.com/questions/1782743/twitter-integration-on-android-app) among others. – Matthew Flaschen Sep 10 '10 at 06:50
  • hi Matthew,thnx for reply.. bt here i m not getting any help.. Can u pls explain these things. pls – CoDe Sep 10 '10 at 07:04
  • Hi Shubh you should try to increase the rate of accepted answers. If somebody solved one of your problems you can mark the correct answer by clicking on the green checkmark near the left side of the question. This will give you and the person helping you some reputation and shows that you try to do your part in the stackoverflow community. – Janusz Sep 10 '10 at 07:19
  • I used old one but that one not working so i asked here again .from where i got that new API for Twitter. pls suggest. Thanx – CoDe Sep 16 '10 at 06:52

1 Answers1

0

What about starting with some tutorials about using Twitter API, such as Twitter Access in Java

Fernando Miguélez
  • 11,196
  • 6
  • 36
  • 54
  • thanx Fernando Miguélez fro reply, I use this one also but my android app not working. Force Close occur. pls suggest me any other way. – CoDe Sep 10 '10 at 07:11
  • There may be some classes not supported directly on Android. Have you tracked the errors? Other way could be implementing your own API since Twitter has a REST API (by means of httpclient) – Fernando Miguélez Sep 10 '10 at 08:59
  • thnx again for reply, i will inform u shortly. – CoDe Sep 10 '10 at 11:10