Export to GitHub

imageshackapi - issue #16

can't use password and username


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 Hippo

How to fix?

Status: New

Labels:
Type-Defect Priority-Medium