Modify your script
If you have a working script so with request authorisation but don't want to upgrade your script please modify it in this way:
Uncomment the following lines or add them when you have removed them:
$Aassociates_id=array(
'de'=>'chipdir00' , // <-- replace with your amazon.de associate ID, or leave it as it is
'fr'=>'chipdir010', // <-- replace with your amazon.fr associate ID, or leave it as it is
'jp'=>'INVALID' , // <-- replace with your amazon.co.jp associate ID, or leave it as it is
'uk'=>'chipdir03' , // <-- replace with your amazon.co.uk associate ID, or leave it as it is
'us'=>'chipdir' , // <-- replace with your amazon.com associate ID
);
and replace all the associates-id's with your own (or at least the ones you are interested in).
In the array '$parameters' uncomment the following line. You have to do it twice within the if-statement or only uncomment the second instance:
'AssociateTag' =>$Aassociates_id[$locale],
It seems that these lines are still needed to earn money via AWS. I assumed that the new identification procedure had made this mechanism superfluous, sorry.
Jaap van Ganswijk