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?

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top