|
From: Proud D. <pr...@gm...> - 2009-08-12 16:31:01
|
Hello,
I am writing to ask if Net::Amazon's
my $ua = Net::Amazon->new(
token => 'YOUR_AMZN_TOKEN',
secret_key => 'YOUR_AMZN_SECRET_KEY');
is still up to date -- or rather, if the amazon "token" is still the right
way to access the API. I just obtained an "Access Key ID" and a "Secret
Access Key" but all my calls are returning a "Forbidden" response. Is the
"token" the same thing as the "access key id"?
Thank you very much for your time,
|