連載第三弾となります。 1.PHP4 「Product Advertising API」をPHP4から使う。その一。HMACへの道。 2.PHP4 「Product Advertising API」をPHP4から使う。その2。HMAC-SHA256自作編。 順調に開発は進みましたので、いよいよ実装します。 まず、アマゾンの実装サンプルを見てください。 http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html?rest-signature.html これと同じ結果になるようにプログラムを書きます。 前回作ったHMAC-SHA256クラスを使います。 <?php #######################################################################