reveur12 / imageshack-uploader

Automatically exported from code.google.com/p/imageshack-uploader
0 stars 0 forks source link

move to new gallery API #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please move to new gallery API

Usage:
assume you have list of files host/bucket/filename

do a POST to
http://imageshack.us/gallery_api.php
with following parameters:

image[]=host/bucket/filename
...
image[]=host/bucket/filename
action=create

Expected output in case of success:

<?xml version="1.0" ?>
<gallery version="2" updated="1253836945">
    <server>222</server>
    <name>333.jpg</name>
.....
</gallery>

=> note server and name elements here.
Then, URL to gallery is http://img222.imageshack.us/gal.php?g=333.jpg

Original issue reported on code.google.com by lyolik1...@gmail.com on 25 Sep 2009 at 12:06

GoogleCodeExporter commented 9 years ago

Original comment by a2k0001@gmail.com on 29 Sep 2009 at 7:29