0

I have the handle and the hashtag and I just need to send a tweet from an Android app I'm developing. I have seen many different implementations (intents/OAuth etc) but all I need is to send a public tweet. Does a user have to be logged in for this? Do I need to user a library if all I need is to send a tweet?

4

2 回答 2

0

Sorry but yes, the user needs to be logged in.

You cannot post a tweet with no account.

于 2012-12-16T04:32:30.183 回答
0

You need the user to authenticate your app to allow tweeting, so yes sign in is required to send a public tweet, as well as a library such as twitter4j. Check it out here twitter4j Also, you have to sign your application on twitter to receive a consumer key and consumer secret to add to your application's twitter configuration.

于 2012-12-16T05:53:04.727 回答