Re: Rev app to pull data from Amazon

2006-08-08 Thread Mark Schonewille
RGould8, Are you sure you have set the permissions of the script to 755, i.e. correct execution rights, and does the script have line endings compatible with the operating system it is running on? Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com

Re: Rev app to pull data from Amazon

2006-08-08 Thread RGould8
Dan, Well, I have followed the instructions and have put the PERL script on my web-server like the Amazon API instructions say: #!/usr/local/bin/perl -w # This program shows how to use LWP::Simple to make an Amazon Web # Services (AWS) REST request, and how to process the response with #

Re: Rev app to pull data from Amazon

2006-08-03 Thread Dan Shafer
I've done a bit of work in this area but nothing ambitious. But I can answer your other question below. Yes, you do need a developer account. On 8/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Do I need to get one of the Amazon security-service certificates in order to do this? ___

Rev app to pull data from Amazon

2006-08-03 Thread RGould8
Say, has anyone here ever written any Rev apps that pull data from Amazon, using the Amazon Web Services API? For instance, an app that allows the user to type in a search term for CD's, and returns a list of Amazon CD's including album covers? If so, could I see how you accomplished such a