<?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: Leverage Rails Resource Routes on Facebook</title>
	<atom:link href="http://blog.hungrymachine.com/2008/01/07/leverage-rails-resource-routes-on-facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hungrymachine.com/2008/01/07/leverage-rails-resource-routes-on-facebook/</link>
	<description>The guys behind LivingSocial</description>
	<lastBuildDate>Tue, 17 Aug 2010 11:04:25 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Nolan.ca</title>
		<link>http://blog.hungrymachine.com/2008/01/07/leverage-rails-resource-routes-on-facebook/comment-page-1/#comment-140</link>
		<dc:creator>Chris Nolan.ca</dc:creator>
		<pubDate>Mon, 07 Jan 2008 21:57:00 +0000</pubDate>
		<guid isPermaLink="false">blog.hungrymachine.com/2008/02/16/leverage-rails-resource-routes-on-facebook#comment-140</guid>
		<description>Better yet, drop way down into ActionController::AbstractRequest and much with the setting of request.method directly.

See http://facebooker.professionalnerd.com/rdoc/latest/classes/AbstractRequest.html for an example.</description>
		<content:encoded><![CDATA[<p>Better yet, drop way down into ActionController::AbstractRequest and much with the setting of request.method directly.</p>
<p>See <a href="http://facebooker.professionalnerd.com/rdoc/latest/classes/AbstractRequest.html" rel="nofollow">http://facebooker.professionalnerd.com/rdoc/latest/classes/AbstractRequest.html</a> for an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Martocci</title>
		<link>http://blog.hungrymachine.com/2008/01/07/leverage-rails-resource-routes-on-facebook/comment-page-1/#comment-141</link>
		<dc:creator>Steve Martocci</dc:creator>
		<pubDate>Mon, 07 Jan 2008 21:57:00 +0000</pubDate>
		<guid isPermaLink="false">blog.hungrymachine.com/2008/02/16/leverage-rails-resource-routes-on-facebook#comment-141</guid>
		<description>Hi Hungry Machine,

We used your solution and encountered issues with uploading images to our app larger than ~132k.  Did you see this at all?

The updated solution from Chris doesn&#039;t seem to have the issue.

Here is the error we were getting with the original

Status: 500 Internal Server Error
 undefined method `string=&#039; for #&lt;File:/tmp/mongrel8273-0&gt;
   /usr/local/lib/ruby/1.8/delegate.rb:268:in `method_missing&#039;
   /ourapppath/config/initializers/facebook_routing.rb:8:in `extract_request_environment&#039;</description>
		<content:encoded><![CDATA[<p>Hi Hungry Machine,</p>
<p>We used your solution and encountered issues with uploading images to our app larger than ~132k.  Did you see this at all?</p>
<p>The updated solution from Chris doesn&#8217;t seem to have the issue.</p>
<p>Here is the error we were getting with the original</p>
<p>Status: 500 Internal Server Error<br />
 undefined method `string=&#8217; for #&lt;File:/tmp/mongrel8273-0&gt;<br />
   /usr/local/lib/ruby/1.8/delegate.rb:268:in `method_missing&#8217;<br />
   /ourapppath/config/initializers/facebook_routing.rb:8:in `extract_request_environment&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
