Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload to imgur java

Hi I'm trying to figure out how to upload to imgur using java, does anyone have any experience with this kind of thing?

like image 205
dominic Avatar asked Nov 28 '09 21:11

dominic


1 Answers

First of all, you're likely to be best off using the imgur api.

The documentation for uploading contains examples for Python and PHP that use cURL. It should be possible to adapt these to the Java bindings for cURL, or other HTTP libraries such as HttpClient.

like image 82
Phil Ross Avatar answered Sep 20 '22 02:09

Phil Ross