You're not using a Yahoo based account, are you? Yahoo ID access is only via 
the v2 API and OAuth. Can't think of anything else outside of a bug in the 
component.

 Pádraic Brady

http://blog.astrumfutura.com
http://www.survivethedeepend.com
OpenID Europe Foundation Irish Representative





________________________________
From: Саша Стаменковић <umpir...@gmail.com>
To: Nabble Zend Framework General <fw-general@lists.zend.com>
Sent: Fri, May 7, 2010 2:42:20 PM
Subject: [fw-general] Zend_Service_Delicious_Exception: Http client reported an 
error:  'Unauthorized'


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ć

Reply via email to