News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Accessing Amazon Product Advertising API
August 24, 2009 @ 10:52:04

Sameer Borate recently posted this new look at hooking your PHP application into the Amazon Product Advertising API to use the updated key system Amazon has put in place.

In this post we will see how to access the Amazon Product Advertising API from PHP. Amazon has recently changed (from 15th Aug '09) the authentication mechanism for accessing their API which must now be signed with your Amazon keys. Unsigned requests will be rejected by Amazon. Note that the code uses the hash_hmac() hash function which is only available for PHP versions 5.1.2 and above, so the code will not work for versions below that.

The full code, including an example if it in action - connecting to the API and searching for the DVD of "X-Men Origins". The full code of his class is included, perfect for cut and pasting.

0 comments voice your opinion now!
amazon api product advertising tutorial


blog comments powered by Disqus

Similar Posts

Matthew Weir O'Phinney's Blog: Cgiapp2 Tutorial 1 - Switch Template Plugins at Will

Ulrich Kautz: PHP Validation & Sanitization

DevShed: Building an Error Logger with the Chain of Responsibility Pattern in PHP 5

Phish Tank: Install & Configure Apache+PHP+ZendFramework+OracleDbXe On Windows In Minutes

Felix Geisendorfer's Blog: Setting up Xdebug on Mac OS X (or Win32 / Linux)


Community Events











Don't see your event here?
Let us know!


development phpunit opinion database podcast zendframework2 language symfony2 interview series community usergroup framework rest functional release introduction testing conference unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework