How to post picture to Twitter using twitter4j library in Android
问题 I want to post image to twitter on my app. I use "twitter4j" library to post only text. But i cannot find how to post image with text. Thanks for help. 回答1: To post a image you have to use media extension of Twitter4j and register your app with either TwitPic or YFrog . Get KEY and TOKEN from those services and then /* * Upload File to twitPic and get url . Then append this url to your twitter message. */ public static String upload_twic_pic(File file) throws TwitterException { String url =