codeminders / imageshackapi

Automatically exported from code.google.com/p/imageshackapi
0 stars 0 forks source link

can't use password and username #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi. i used ImageShackUploader and modified upload method.
instead of cookie i used username and password to add image to account

$params[] = new stringpart('key', $this->developer_key);
$params[] = new stringpart('a_username', 'mail@gmail.com');
$params[] = new stringpart('a_password', 'pass');

Image was uploaded successfull, but account images list is empty. How to fix?

Original issue reported on code.google.com by uber...@gmail.com on 1 Sep 2010 at 9:10

GoogleCodeExporter commented 9 years ago
How to fix?

Original comment by alfaSc...@gmail.com on 17 Jan 2012 at 5:43