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
Original issue reported on code.google.com by
uber...@gmail.com
on 1 Sep 2010 at 9:10