trying to add amazon rss support to my cms and I've got a couple of questions...
Here's the sample rss feed code from the Amazon site:
PHP Code:
http://xml.amazon.com/onca/xml3?mode=music&bcm=Music%3A%20Free%20Downloads&t=webservices-20&dev-t=amznRss&type=lite&page=1&ct=text/xml&sort=+salesrank&f=http://xml.amazon.com/xsl/xml-rss091.xsl&BrowseNodeSearch=468646
and here are my questions:
Do I need to sign up for a web developers token - I was just going to provide the amazon link and let the users get whichever predefined feed they like.
what's the difference between heavy and lite feeds?
Are there any clever things I can change?
A codey question: Will simply changing the &t variable credit the users associate program properly?
Anything else I should know?
Thanks in advance,
Steve