in reply to Is Net::Amazon already handling signed requests - yes or no?

The changelog leads me to believe they are being signed in the newest four releases.

Update: don't use the snippet/module from Amazon. Use this instead: URI::Amazon::APA. Update to the update: I mean that advice for those not using Net::Amazon or for just playing around with snippet/sample code.

  • Comment on Re: Is Net::Amazon already handling signed requests - yes or no?

Replies are listed 'Best First'.
Re^2: Is Net::Amazon already handling signed requests - yes or no?
by isync (Hermit) on Jul 16, 2009 at 11:38 UTC
    Thank you for the URI::Amazon::APA hint! As I, while still unsure about the Net-Amazon functionality, actually hacked in the Amazon snippet... Feels so good to be back entangled in cpan modules ;-)