Open GoogleCodeExporter opened 9 years ago
The PEAR Amazon package supports wishlists:
http://pear.php.net/package/Services_Amazon
Original comment by sebastian.nohn@gmail.com
on 19 Feb 2009 at 2:18
http://www.xml.com/pub/a/2006/08/30/generating-rss-with-xslt-and-amazon-ecs.html
This might be a step in the right direction?
Original comment by judoco...@gmail.com
on 30 Jun 2009 at 9:09
Hmmm.... latest API (from what I see) would require using/having an API key.
Then we could use an url like below
to get started. Might be easier to scrape the public page maybe?
$example = 'http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&AWSAccessKeyId=[Your Access Key ID
Here]&Operation=ListLookup&ListType=WishList&ListId=[A
Wishlist ID]';
Original comment by judoco...@gmail.com
on 30 Jun 2009 at 10:17
Original issue reported on code.google.com by
dirk.olb...@gmail.com
on 19 Feb 2009 at 1:07