Re: [fw-general] Zend Amazon not working anymore

2009-08-30 Thread Matthew Weier O'Phinney
-- PHPScriptor cont...@phpscriptor.com wrote (on Friday, 28 August 2009, 04:13 PM -0700): Ah found it. Damn, I need to update to a newer version of Zend Framework now... ooh wel maybe later :-). You can always just update your Zend_Service_Amazon sources from a recent tarball; that way your

[fw-general] Zend Amazon not working anymore

2009-08-28 Thread PHPScriptor
Hello, a time ago I made a script with zend amazon. It worked fine. It tried the same script today. And it's not working anymore. Something changed on Amazon? $amazon = new Zend_Service_Amazon_Query('MYKEY','US'); $amazon-category('Books') -Keywords(php) -ResponseGroup('Large')

Re: [fw-general] Zend Amazon not working anymore

2009-08-28 Thread Benjamin Eberlei
hey, the API was changed by amazon. you need to provide a private key as third argument to the constructor. The documentation has an example how to do this and your Amazon WS account has the private key somewhere in the admin console. greetings, Benjamin On Friday 28 August 2009 09:35:27 pm

Re: [fw-general] Zend Amazon not working anymore

2009-08-28 Thread PHPScriptor
Ah found it. Damn, I need to update to a newer version of Zend Framework now... ooh wel maybe later :-). beberlei wrote: hey, the API was changed by amazon. you need to provide a private key as third argument to the constructor. The documentation has an example how to do this and