<?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: Star in a Porno with Facebook Connect and Rails</title>
	<atom:link href="http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/</link>
	<description>Sponges are good for polishing</description>
	<lastBuildDate>Wed, 10 Jun 2009 04:34:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Hobbs</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-722</link>
		<dc:creator>Chris Hobbs</dc:creator>
		<pubDate>Thu, 16 Apr 2009 06:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-722</guid>
		<description>Thanks for the tips. The FB Connect helpers look like they could be useful. I agree with you that name spacing the publishers within your app is a good idea.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips. The FB Connect helpers look like they could be useful. I agree with you that name spacing the publishers within your app is a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Wagner</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-721</link>
		<dc:creator>Jonas Wagner</dc:creator>
		<pubDate>Thu, 02 Apr 2009 11:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-721</guid>
		<description>Thanks a lot, this was so helpful to me. There are fairly little examples on FB.Connect.showFeedDialog out in the net, so I was glad to see it used here.

Facebooker also has a helper for it called fb_user_action, so you can create an action with the publisher (e.g. using create_feed_role), then pass it to fb_user_action which will display Facebook&#039;s feed dialog.

Finally, your StoryController calls ZackPublisher.register_if_needed(&#039;feed_role&#039;). IMHO that should be ZackPublisher.register_if_needed(&#039;ZackPublisher::feed_role&#039;). Maybe facebooker changed the way those templates are named?</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this was so helpful to me. There are fairly little examples on FB.Connect.showFeedDialog out in the net, so I was glad to see it used here.</p>
<p>Facebooker also has a helper for it called fb_user_action, so you can create an action with the publisher (e.g. using create_feed_role), then pass it to fb_user_action which will display Facebook&#8217;s feed dialog.</p>
<p>Finally, your StoryController calls ZackPublisher.register_if_needed(&#8216;feed_role&#8217;). IMHO that should be ZackPublisher.register_if_needed(&#8216;ZackPublisher::feed_role&#8217;). Maybe facebooker changed the way those templates are named?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hobbs</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-720</link>
		<dc:creator>Chris Hobbs</dc:creator>
		<pubDate>Wed, 25 Mar 2009 17:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-720</guid>
		<description>I&#039;m surprised it&#039;s still working for znm. I suppose we were grandfathered in. I did a test just now and even though znm was able to post the one line story to my profile this story did not appear in my friends&#039; news feeds. Lame.

Much better is to use the new story publisher. That will show up in news feeds.</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised it&#8217;s still working for znm. I suppose we were grandfathered in. I did a test just now and even though znm was able to post the one line story to my profile this story did not appear in my friends&#8217; news feeds. Lame.</p>
<p>Much better is to use the new story publisher. That will show up in news feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Chan</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-719</link>
		<dc:creator>Chris Chan</dc:creator>
		<pubDate>Wed, 25 Mar 2009 00:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-719</guid>
		<description>How is ZackNMiri still working for one line stories if Facebook got rid of the API call?

Thanks for the quick response by the way.</description>
		<content:encoded><![CDATA[<p>How is ZackNMiri still working for one line stories if Facebook got rid of the API call?</p>
<p>Thanks for the quick response by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hobbs</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-718</link>
		<dc:creator>Chris Hobbs</dc:creator>
		<pubDate>Tue, 24 Mar 2009 00:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-718</guid>
		<description>FB got rid of that API call. They now recommend you use the feed publisher xfbml. There are some examples in znm but github seems to be down now. Look for the Story Publisher link after you connect to znm and then &quot;use javascript.&quot;</description>
		<content:encoded><![CDATA[<p>FB got rid of that API call. They now recommend you use the feed publisher xfbml. There are some examples in znm but github seems to be down now. Look for the Story Publisher link after you connect to znm and then &#8220;use javascript.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Chan</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-717</link>
		<dc:creator>Chris Chan</dc:creator>
		<pubDate>Tue, 24 Mar 2009 00:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-717</guid>
		<description>I&#039;m trying to publish a one line story to my profile using the exact same method you&#039;re using on zacknmiri.com.  I get the following error:

facebook.feed.publishUserAction (0) StandardError: Feed.publishUserAction cannot be used to automatically publish one-line stories on Connect sites.: template_bundle_id = 72378344902, template_data = {&quot;role&quot;: &quot;test facebook feed&quot;}

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to publish a one line story to my profile using the exact same method you&#8217;re using on zacknmiri.com.  I get the following error:</p>
<p>facebook.feed.publishUserAction (0) StandardError: Feed.publishUserAction cannot be used to automatically publish one-line stories on Connect sites.: template_bundle_id = 72378344902, template_data = {&#8220;role&#8221;: &#8220;test facebook feed&#8221;}</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hobbs</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-706</link>
		<dc:creator>Chris Hobbs</dc:creator>
		<pubDate>Wed, 14 Jan 2009 07:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-706</guid>
		<description>That&#039;s great that it will work from localhost. I didn&#039;t realize that was possible. I thought for the first authentication facebook had to make a request to your server.</description>
		<content:encoded><![CDATA[<p>That&#8217;s great that it will work from localhost. I didn&#8217;t realize that was possible. I thought for the first authentication facebook had to make a request to your server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-704</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 12 Dec 2008 20:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-704</guid>
		<description>Thanks for putting the site up, Chris!  I just started picking at Facebook Connect on RoR, and I&#039;m not having any problem getting the facebook session user object on localhost (my callback URL is http://localhost:3000/facebook/connect).  Also, my xd_receiver.html file isn&#039;t in facebook/connect, it&#039;s in another folder that I reference in my FB.Facebook.init call, and it&#039;s working fine.  I haven&#039;t tried publishing any stories -- is that when the callback URL has to be something other than localhost?</description>
		<content:encoded><![CDATA[<p>Thanks for putting the site up, Chris!  I just started picking at Facebook Connect on RoR, and I&#8217;m not having any problem getting the facebook session user object on localhost (my callback URL is <a href="http://localhost:3000/facebook/connect)" rel="nofollow">http://localhost:3000/facebook/connect)</a>.  Also, my xd_receiver.html file isn&#8217;t in facebook/connect, it&#8217;s in another folder that I reference in my FB.Facebook.init call, and it&#8217;s working fine.  I haven&#8217;t tried publishing any stories &#8212; is that when the callback URL has to be something other than localhost?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hobbs</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-703</link>
		<dc:creator>Chris Hobbs</dc:creator>
		<pubDate>Wed, 10 Dec 2008 01:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-703</guid>
		<description>It will not work on localhost. There are some ways to set up tunneling but when I am developing I map a domain name my publicly facing ip address and then have my router forward requests to port 3000 to my computer. Then in my facebook settings I make the callback URL be something like http://znm.spongecell.com:3000/zack/connect. When developing your browser should point to http://znm.spongecell.com:3000.

Remember that your xd_receiver file must have the same path as the callback url.
http://znm.spongecell.com:3000/zack/connect/xd_receiver.htm

I cleaned up ZNM a bit today. Settings are now in environment.rb instead of scattered about js files.</description>
		<content:encoded><![CDATA[<p>It will not work on localhost. There are some ways to set up tunneling but when I am developing I map a domain name my publicly facing ip address and then have my router forward requests to port 3000 to my computer. Then in my facebook settings I make the callback URL be something like <a href="http://znm.spongecell.com:3000/zack/connect" rel="nofollow">http://znm.spongecell.com:3000/zack/connect</a>. When developing your browser should point to <a href="http://znm.spongecell.com:3000" rel="nofollow">http://znm.spongecell.com:3000</a>.</p>
<p>Remember that your xd_receiver file must have the same path as the callback url.<br />
<a href="http://znm.spongecell.com:3000/zack/connect/xd_receiver.htm" rel="nofollow">http://znm.spongecell.com:3000/zack/connect/xd_receiver.htm</a></p>
<p>I cleaned up ZNM a bit today. Settings are now in environment.rb instead of scattered about js files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://spongetech.wordpress.com/2008/11/17/star-in-a-porno-with-facebook-connect-and-rails/#comment-699</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 04 Dec 2008 10:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://spongetech.wordpress.com/?p=68#comment-699</guid>
		<description>hi, I didn&#039;t use Facebook Platform before, but I need to integrate Facebook Connect with my current Rails App, could you tell me how to do with it, thanks!!</description>
		<content:encoded><![CDATA[<p>hi, I didn&#8217;t use Facebook Platform before, but I need to integrate Facebook Connect with my current Rails App, could you tell me how to do with it, thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
