I get Zend_Service_Delicious_Exception: Http client reported an error: 'Unauthorized'
thrown in Zend\Service\Delicious.php on line 501
Code:
$delicious = new Zend_Service_Delicious($credentials['username'],
$credentials['password']);
$delicious->createNewPost($this->getShortDescription(),
$this->getUrl(false))
->setNotes($this->comment)
->setTags(array('lol', 'sasa'))
->save();
Any idea?
Regards,
Saša Stamenković
