<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A RubyonRails library for the ebay shopping API</title>
	<atom:link href="http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/</link>
	<description>Old dogs, new tricks</description>
	<lastBuildDate>Sun, 30 Aug 2009 07:39:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ctagg</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-166</link>
		<dc:creator>ctagg</dc:creator>
		<pubDate>Sun, 30 Aug 2009 07:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-166</guid>
		<description>I&#039;m not seeing any probs. Can you give a same of request and response?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not seeing any probs. Can you give a same of request and response?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark C</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-165</link>
		<dc:creator>Mark C</dc:creator>
		<pubDate>Sun, 30 Aug 2009 01:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-165</guid>
		<description>Hi, is anyone else seeing their apps throw errors recently?  I think it&#039;s because eBay have added a &quot;depracated&quot; message to the responses.</description>
		<content:encoded><![CDATA[<p>Hi, is anyone else seeing their apps throw errors recently?  I think it&#8217;s because eBay have added a &#8220;depracated&#8221; message to the responses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark C</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-141</link>
		<dc:creator>Mark C</dc:creator>
		<pubDate>Thu, 22 Jan 2009 12:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-141</guid>
		<description>All I can say is...  huuuge thanks :)  If I wasnt such a rails-n00b I&#039;d have my app live tonight already thanks to you.</description>
		<content:encoded><![CDATA[<p>All I can say is&#8230;  huuuge thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   If I wasnt such a rails-n00b I&#8217;d have my app live tonight already thanks to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-138</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Sun, 14 Sep 2008 16:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-138</guid>
		<description>Hi,

thanks for this great code!

I tried to receive a list of items with listing status &quot;Completed&quot; like this:

request = EbayShopping::Request.new(:find_items, :query_keywords=&gt;&quot;Cadillac&quot;, :listing_status =&gt; &quot;Closed&quot;)

Unfortunatelly, it did not deliver the expected result. What am I doing wrong?

Thanks for your help.

Kind regards,
boris</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for this great code!</p>
<p>I tried to receive a list of items with listing status &#8220;Completed&#8221; like this:</p>
<p>request = EbayShopping::Request.new(:find_items, :query_keywords=&gt;&#8221;Cadillac&#8221;, :listing_status =&gt; &#8220;Closed&#8221;)</p>
<p>Unfortunatelly, it did not deliver the expected result. What am I doing wrong?</p>
<p>Thanks for your help.</p>
<p>Kind regards,<br />
boris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: autopendium</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-124</link>
		<dc:creator>autopendium</dc:creator>
		<pubDate>Wed, 28 May 2008 08:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-124</guid>
		<description>Yes, choosing the category is no problem, if you use find_items_advanced, which allows you to specify the category_id, and a whole host of other params. You can do something like to specify each of these:

EbayShopping::Request.new(:find_items_advanced, { :query_keywords =&gt; params[:term], 
                                                                :site_id =&gt; params[:site_id],
                                                                :page_number =&gt; params[:page],
                                                                :max_entries =&gt; params[:max_entries],
                                                                :category_ID =&gt; params[:category_ID]})

For more details see the API info for FindItemsAdvanced: http://developer.ebay.com/DevZone/shopping/docs/CallRef/FindItemsAdvanced.html

One possible gotcha is the category_ID is specific to each country (i.e. eBay US car parts category_ID is different from that for eBay Germany), so if you use items from several different eBay sites you need some sort of lookup table (I just use a constant defined in the environment file)</description>
		<content:encoded><![CDATA[<p>Yes, choosing the category is no problem, if you use find_items_advanced, which allows you to specify the category_id, and a whole host of other params. You can do something like to specify each of these:</p>
<p>EbayShopping::Request.new(:find_items_advanced, { :query_keywords =&gt; params[:term],<br />
                                                                :site_id =&gt; params[:site_id],<br />
                                                                :page_number =&gt; params[:page],<br />
                                                                :max_entries =&gt; params[:max_entries],<br />
                                                                :category_ID =&gt; params[:category_ID]})</p>
<p>For more details see the API info for FindItemsAdvanced: <a href="http://developer.ebay.com/DevZone/shopping/docs/CallRef/FindItemsAdvanced.html" rel="nofollow">http://developer.ebay.com/DevZone/shopping/docs/CallRef/FindItemsAdvanced.html</a></p>
<p>One possible gotcha is the category_ID is specific to each country (i.e. eBay US car parts category_ID is different from that for eBay Germany), so if you use items from several different eBay sites you need some sort of lookup table (I just use a constant defined in the environment file)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexbo</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-123</link>
		<dc:creator>alexbo</dc:creator>
		<pubDate>Wed, 28 May 2008 08:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-123</guid>
		<description>at the end it was my fault. i have to you use the production key, not the sandbox key.
after this it works for me.

thanks for this plugin, do you know if there is any possibility to specify the category in which the request will made ?!

thanks</description>
		<content:encoded><![CDATA[<p>at the end it was my fault. i have to you use the production key, not the sandbox key.<br />
after this it works for me.</p>
<p>thanks for this plugin, do you know if there is any possibility to specify the category in which the request will made ?!</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: autopendium</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-122</link>
		<dc:creator>autopendium</dc:creator>
		<pubDate>Tue, 27 May 2008 14:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-122</guid>
		<description>alexbo
Are you using the original plugin (from http://code.google.com/p/ebay-shopping/) or the gem, from Github?</description>
		<content:encoded><![CDATA[<p>alexbo<br />
Are you using the original plugin (from <a href="http://code.google.com/p/ebay-shopping/)" rel="nofollow">http://code.google.com/p/ebay-shopping/)</a> or the gem, from Github?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexbo</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-121</link>
		<dc:creator>alexbo</dc:creator>
		<pubDate>Tue, 27 May 2008 13:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-121</guid>
		<description>in app_id =&gt; &quot;myappid&quot;</description>
		<content:encoded><![CDATA[<p>in app_id =&gt; &#8220;myappid&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexbo</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-120</link>
		<dc:creator>alexbo</dc:creator>
		<pubDate>Tue, 27 May 2008 12:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-120</guid>
		<description>hello,

thanks for this plugin.
but i have some trouble to use it.
i get a RequestError, ApplicationID invalid. i use for this my sandbox ebay developer application id. i also tried the production id, but nothing works, who can help me?
EbayShopping::Request.config_params({:app_id =&gt; &quot;&quot;, :default_site_id =&gt;&quot;77&quot;}), is there something missing ?

thanks alex</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>thanks for this plugin.<br />
but i have some trouble to use it.<br />
i get a RequestError, ApplicationID invalid. i use for this my sandbox ebay developer application id. i also tried the production id, but nothing works, who can help me?<br />
EbayShopping::Request.config_params({:app_id =&gt; &#8220;&#8221;, :default_site_id =&gt;&#8221;77&#8243;}), is there something missing ?</p>
<p>thanks alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: autopendium</title>
		<link>http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-119</link>
		<dc:creator>autopendium</dc:creator>
		<pubDate>Thu, 22 May 2008 19:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://pushrod.wordpress.com/2008/01/13/a-rubyonrails-library-for-the-ebay-shopping-api/#comment-119</guid>
		<description>Scott
Have a look at this post re ebay&#039;s move away from Commission Junction:
http://pushrod.wordpress.com/2008/04/04/the-ebay-shopping-api-and-the-new-ebay-affiliate-scheme/
Should be straightforward. Works for me. Let me know if you have any probs.
Chris</description>
		<content:encoded><![CDATA[<p>Scott<br />
Have a look at this post re ebay&#8217;s move away from Commission Junction:<br />
<a href="http://pushrod.wordpress.com/2008/04/04/the-ebay-shopping-api-and-the-new-ebay-affiliate-scheme/" rel="nofollow">http://pushrod.wordpress.com/2008/04/04/the-ebay-shopping-api-and-the-new-ebay-affiliate-scheme/</a><br />
Should be straightforward. Works for me. Let me know if you have any probs.<br />
Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
