Posted on Sep 1, 2010 by
Swift Hippo
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?
Comment #1
Posted on Jan 17, 2012 by Massive HippoHow to fix?
Status: New
Labels:
Type-Defect
Priority-Medium