3

I am developing an app in which User can tweet some predefined text. I have read many of tutorials but could not find the proper solution .Can any body please help me to do this via some tutorials or some example.

2

3 Answers 3

2

Use twitter4j. It works with Android. There are some usage examples.

A direct example on how to tweet on Android (assumes a Twitter account is available on device which means a Twitter client is present): http://blog.radioactiveyak.com/2011/04/using-twitter4j-to-tweet-in-android.html

Sign up to request clarification or add additional context in comments.

Comments

1

Thanks Every body for support all the tutorial I have read are very good .But that was my mistake .I have not given the read and write permission in developer account . Now I have done it.

Comments

0

If you want to save yourself from the hassles of using twitter4j api where the use of oAuth etc. is required, you can try using a web-intent in a WebView shown in a dialog. Have a look on the following tutorial https://dev.twitter.com/docs/intents

You will be able to tweet once the username and password has been entered and saved. Although the use of Web-Intent might be discouraged, but it's easiest hack you can try.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.