Is it possible to upload images using Scribe-Java and twitter POST Url “https://upload.twitter.com/1/statuses/update_with_media.json”?
my source
I get the response: {“request”: “\ / 1 \ / statuses \ / update_with_media.json”, “error”: “Could not authenticate with OAuth.”}
Is it possible to upload images using Scribe-Java and twitter POST Url https://upload.twitter.com/1/statuses/update_with_media.json? my
Share
Just to help out anyone else looking at this, a simple way to build the multi part is to add httpmime-4.0.1.jar and apache-mime4j-0.6.jar to your path and do the following.
The trade off here is of course adding the size of the 2 jars to your APK