0

I am new to twitter .I like to develope one twitter Application. Can anyone tell me:

  1. The methods to be used for replying the tweets.

  2. How to retweet with userID in arraylist

Macarse
  • 91,829
  • 44
  • 175
  • 230
Jaya
  • 31
  • 3
  • 9

1 Answers1

0

you can use OAuth for your twitter application. You can refer to these links to learn how to make calls using the same

Android: Twitter and OAuth anyone?

http://www.devx.com/webdev/Article/40511/0/page/1

http://blog.sogeti.com/mobile/2010/03/twitter-oauth-for-android.html

http://dev.bostone.us/2009/07/16/android-oauth-twitter-updates/#awp::2009/07/16/android-oauth-twitter-updates/

Community
  • 1
  • 1
DeRagan
  • 22,827
  • 6
  • 41
  • 50
  • Hi,whether it is possible to retweet from my own application on twitter4j libraries – Jaya Sep 21 '10 at 09:38