is there any twitter demo example to post photo on twitter with using OAuth in twitter?

谁说我不能喝 提交于 2019-11-30 05:32:37

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!