<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Amazon API Changes, Bookdata, PHP (Sorry)</title>
	<atom:link href="http://booktwo.org/notebook/amazon-api-changes-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://booktwo.org/notebook/amazon-api-changes-php/</link>
	<description>The future of Literature</description>
	<lastBuildDate>Fri, 16 Mar 2012 16:06:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sebastian</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66720</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66720</guid>
		<description>Thanks for the clarification, it helped alot.
I already figured out, that i have to replaces spaces with %20.

But if I&#039;m using German Umlauts (ü,ö,ä), or for example French characters I always get the following response:

The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.


I tried to encode the stuff with rawurlencode (which works fine for spaces), but as it seems not for other characters.

Do you have any idea how to solve this?

Thank you very much</description>
		<content:encoded><![CDATA[<p>Thanks for the clarification, it helped alot.<br />
I already figured out, that i have to replaces spaces with %20.</p>
<p>But if I&#8217;m using German Umlauts (ü,ö,ä), or for example French characters I always get the following response:</p>
<p>The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.</p>
<p>I tried to encode the stuff with rawurlencode (which works fine for spaces), but as it seems not for other characters.</p>
<p>Do you have any idea how to solve this?</p>
<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bridle</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66556</link>
		<dc:creator>James Bridle</dc:creator>
		<pubDate>Mon, 23 Nov 2009 18:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66556</guid>
		<description>Whether it returns images depends on which response group you&#039;re using:

http://docs.amazonwebservices.com/AWSECommerceService/2009-10-01/DG/index.html?CHAP_ResponseGroupsList.html

You certainly need to ask for at least the Medium group if not the large one to get product images...</description>
		<content:encoded><![CDATA[<p>Whether it returns images depends on which response group you&#8217;re using:</p>
<p><a href="http://docs.amazonwebservices.com/AWSECommerceService/2009-10-01/DG/index.html?CHAP_ResponseGroupsList.html" rel="nofollow">http://docs.amazonwebservices.com/AWSECommerceService/2009-10-01/DG/index.html?CHAP_ResponseGroupsList.html</a></p>
<p>You certainly need to ask for at least the Medium group if not the large one to get product images&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinki</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66555</link>
		<dc:creator>Sinki</dc:creator>
		<pubDate>Mon, 23 Nov 2009 18:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66555</guid>
		<description>Can you tell me how to get the images ? Beacuse in the Xml i am not getting any node for images but previously with amazon api i have done.</description>
		<content:encoded><![CDATA[<p>Can you tell me how to get the images ? Beacuse in the Xml i am not getting any node for images but previously with amazon api i have done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinki</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66554</link>
		<dc:creator>Sinki</dc:creator>
		<pubDate>Mon, 23 Nov 2009 18:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66554</guid>
		<description>Thanks buddy.</description>
		<content:encoded><![CDATA[<p>Thanks buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen Sam</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66375</link>
		<dc:creator>Helen Sam</dc:creator>
		<pubDate>Thu, 08 Oct 2009 21:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66375</guid>
		<description>Thanks for your comment, James. My bad, I was entering my associate Id incorrectly. It&#039;s now fixed :)

Great resource you have here.</description>
		<content:encoded><![CDATA[<p>Thanks for your comment, James. My bad, I was entering my associate Id incorrectly. It&#8217;s now fixed :)</p>
<p>Great resource you have here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bridle</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66367</link>
		<dc:creator>James Bridle</dc:creator>
		<pubDate>Wed, 07 Oct 2009 09:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66367</guid>
		<description>Helen - what are you trying to do? The Associate ID is for linking to Amazon, not using the API - as far as I&#039;m aware...</description>
		<content:encoded><![CDATA[<p>Helen &#8211; what are you trying to do? The Associate ID is for linking to Amazon, not using the API &#8211; as far as I&#8217;m aware&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen Sam</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66363</link>
		<dc:creator>Helen Sam</dc:creator>
		<pubDate>Tue, 06 Oct 2009 23:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66363</guid>
		<description>Thanks for this very useful tip. I was wondering why in the code should be insert our associate user id .e.g &#039;bkseller-20&#039;? The reason I ask is because everytime I insert it in the $request url, I get error message.

I just can&#039;t work out where it should be insert then.
Thanks for your help</description>
		<content:encoded><![CDATA[<p>Thanks for this very useful tip. I was wondering why in the code should be insert our associate user id .e.g &#8216;bkseller-20&#8242;? The reason I ask is because everytime I insert it in the $request url, I get error message.</p>
<p>I just can&#8217;t work out where it should be insert then.<br />
Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66278</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 20 Sep 2009 05:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66278</guid>
		<description>I tried your code. It works. Thanks so much. Without your code I&#039;m sure I never would&#039;ve gotten my API requests to work.  I&#039;m just confused at how and why it works. Amazon (poorly) explains this at: http://docs.amazonwebservices.com/AmazonFPS/latest/FPSAdvancedGuide/index.html?APPNDX%5FGeneratingaSignature.html   
It says &quot;The endpoint is not included.&quot;, so I&#039;m totally baffled at this line in your code: $string_to_sign = &quot;GET\necs.amazonaws.co.uk\n/onca/xml\n&quot;.$string_to_sign;   
I don&#039;t understand hash_hmac either, but nevermind that. I just wondered if you can explain why you appended that strangely modified endpoint.</description>
		<content:encoded><![CDATA[<p>I tried your code. It works. Thanks so much. Without your code I&#8217;m sure I never would&#8217;ve gotten my API requests to work.  I&#8217;m just confused at how and why it works. Amazon (poorly) explains this at: <a href="http://docs.amazonwebservices.com/AmazonFPS/latest/FPSAdvancedGuide/index.html?APPNDX%5FGeneratingaSignature.html" rel="nofollow">http://docs.amazonwebservices.com/AmazonFPS/latest/FPSAdvancedGuide/index.html?APPNDX%5FGeneratingaSignature.html</a><br />
It says &#8220;The endpoint is not included.&#8221;, so I&#8217;m totally baffled at this line in your code: $string_to_sign = &#8220;GET\necs.amazonaws.co.uk\n/onca/xml\n&#8221;.$string_to_sign;<br />
I don&#8217;t understand hash_hmac either, but nevermind that. I just wondered if you can explain why you appended that strangely modified endpoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bridle</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66186</link>
		<dc:creator>James Bridle</dc:creator>
		<pubDate>Mon, 24 Aug 2009 08:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66186</guid>
		<description>Hi Rod - glad it helped, and thanks, yes - the book title needs to be made safe...</description>
		<content:encoded><![CDATA[<p>Hi Rod &#8211; glad it helped, and thanks, yes &#8211; the book title needs to be made safe&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod Page</title>
		<link>http://booktwo.org/notebook/amazon-api-changes-php/comment-page-1/#comment-66173</link>
		<dc:creator>Rod Page</dc:creator>
		<pubDate>Sat, 22 Aug 2009 06:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://booktwo.org/?p=892#comment-66173</guid>
		<description>Many thanks for this as I&#039;d been pulling my hair out trying to get Amazon&#039;s web service to work. Note that the book title needs to have any spaces replaced by %20.</description>
		<content:encoded><![CDATA[<p>Many thanks for this as I&#8217;d been pulling my hair out trying to get Amazon&#8217;s web service to work. Note that the book title needs to have any spaces replaced by %20.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

