With this component at hand you can easily do lookups on specific ASINs or search through the entire catalog. It is easy to build a shopping application with this thing and the response is always an easy to access array instead of a XML object. All you need is a Amazon API Key and, if you like, an Associate Tag. The XML Parser and HTTPSocket comes from the CakePHP 1.2 core. Here a quick search
・コンポーネントつくるよー App::import('Core', array('Xml', 'HttpSocket')); class AmazonComponent extends Object { var $params = array( 'Service' => 'AWSECommerceService', 'AWSAccessKeyId' => 'HOGEEEEEEEEEE', //アクセスキー 'AssociateTag' => 'aaa-22' //アソシエイトのタグ ); var $sKey = 'HIMITSUGIRLTOPSEACRET'; //シークレットキー(最近導入されたアレ) var $baseUrl = 'http://ecs.amazonaws.jp/onca/xml'; //comでもjpでも好きにしたらいいさ /** * signature作成 */ f
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く