<?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: How To Use Facebook Open Streams With Facebooker</title>
	<atom:link href="http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html</link>
	<description>if Scott Bonds had a home on the interwebs, this would be it</description>
	<lastBuildDate>Mon, 17 May 2010 08:12:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott Bonds</title>
		<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/comment-page-1#comment-924</link>
		<dc:creator>Scott Bonds</dc:creator>
		<pubDate>Wed, 27 Jan 2010 18:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=395#comment-924</guid>
		<description>&lt;a href=&quot;#comment-923&quot; rel=&quot;nofollow&quot;&gt;@Waseem &lt;/a&gt;, here is my code:
&lt;code&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&#160;&#160;&#160;function permission_gohome(){window.location=&#039;&lt; %= root_url.chomp(&#039;/&#039;) + url_for(:action =&gt; :next_step) %&gt;&#039;;}
&lt;/script&gt;
&lt;fb :prompt-permission perms=&quot;publish_stream, offline_access&quot; next_fbjs=&quot;permission_gohome()&quot;&gt;Enable posting&lt;/fb&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-923" rel="nofollow">@Waseem </a>, here is my code:<br />
<code><br />
&lt;script type="text/javascript"&gt;<br />
&nbsp;&nbsp;&nbsp;function permission_gohome(){window.location='&lt; %= root_url.chomp('/') + url_for(:action =&gt; :next_step) %&gt;';}<br />
&lt;/script&gt;<br />
&lt;fb :prompt-permission perms="publish_stream, offline_access" next_fbjs="permission_gohome()"&gt;Enable posting&lt;/fb&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waseem</title>
		<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/comment-page-1#comment-923</link>
		<dc:creator>Waseem</dc:creator>
		<pubDate>Wed, 27 Jan 2010 10:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=395#comment-923</guid>
		<description>I am also using Authlogic and Authlogic Facebook Connect plugin to authenticate my users with FB connect. How exactly are you prompting your users for extended permission? Any code snippets would be useful. Thanks!</description>
		<content:encoded><![CDATA[<p>I am also using Authlogic and Authlogic Facebook Connect plugin to authenticate my users with FB connect. How exactly are you prompting your users for extended permission? Any code snippets would be useful. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/comment-page-1#comment-385</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=395#comment-385</guid>
		<description>Even I am also having the same issue. The stream.publish method throws error 340 that feed limit has been reached. How to resolve this issue :)</description>
		<content:encoded><![CDATA[<p>Even I am also having the same issue. The stream.publish method throws error 340 that feed limit has been reached. How to resolve this issue <img src='http://ggr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Bonds</title>
		<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/comment-page-1#comment-260</link>
		<dc:creator>Scott Bonds</dc:creator>
		<pubDate>Tue, 15 Sep 2009 23:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=395#comment-260</guid>
		<description>Oops, looks like this *is* rate limited.  After 10 posts in a hour to a Facebook test account I got this error:

&lt;code&gt;Facebooker::Session::TooManyUserActionCalls: Feed action request limit reached&lt;/code&gt;

and the workaround appears to be asking the user for the extended Facebook permission: offline_access.  So far I&#039;m not hitting the limit after getting that additional permission, we&#039;ll see if it lasts. ;)</description>
		<content:encoded><![CDATA[<p>Oops, looks like this *is* rate limited.  After 10 posts in a hour to a Facebook test account I got this error:</p>
<p><code>Facebooker::Session::TooManyUserActionCalls: Feed action request limit reached</code></p>
<p>and the workaround appears to be asking the user for the extended Facebook permission: offline_access.  So far I&#8217;m not hitting the limit after getting that additional permission, we&#8217;ll see if it lasts. <img src='http://ggr.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
