is there any twitter demo example to post photo on

2019-02-04 03:30发布

问题:

I want to upload the Photo on Twitter as like ttweet photo. by Searching on net I got Some Example of the twiiter4j example to tweet the Photo on twitter. but in that example demo I have to enter the static Username and Password to post. I want is to enter and managed the username and password by twitter OAuth and post the photo on twitter... So is there any Demo that can Post the Photo on Twitter using Twitter OAuth?

回答1:

Twitpic is the place where your photos(tweeted on Twitter) are hosted. So once you get the username password for twitpic,you can upload photo to it using below code sample project. It would just upload the photo and gives you the link.so finally you will have to code for posting that link onto twitter as tweet.

Here is the complete project sample: https://github.com/lorensiuswlt/AndroidTwitpic



回答2:

Whenever you need demo's just do a search on Github. You will be able to see a lot of demo applications from others.

Twitter4j-android-Sample

twitterdroid

Tweety

TweetView

Or maybe this list will have something for you.