Yeah, you can change to a non-Yahoo account - the v1 password based auth you're trying will work on it fine. Can you create an issue for this problem regardless? I'm integrating Twitter and OAuth during the upcoming week, so I could add Delicious to that list also and spruce up the component with any fixes up on the issue tracker while I'm at it.
Paddy Pádraic Brady http://blog.astrumfutura.com http://www.survivethedeepend.com OpenID Europe Foundation Irish Representative ________________________________ From: Саша Стаменковић <[email protected]> To: Pádraic Brady <[email protected]> Cc: Zend Framework General <[email protected]> Sent: Fri, May 7, 2010 8:22:54 PM Subject: Re: [fw-general] Zend_Service_Delicious_Exception: Http client reported an error: 'Unauthorized' Yes, yahoo based. Can I change account so it can work with this code? Regards, Saša Stamenković On Fri, May 7, 2010 at 7:44 PM, Pádraic Brady <[email protected]> wrote: > >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: Саша Стаменковић <[email protected]> >To: Nabble Zend Framework General <[email protected]> >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ć >
