<?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: %$#^%$* Facebook Application Tabs</title>
	<atom:link href="http://www.snipe.net/2009/04/facebook-application-tabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snipe.net/2009/04/facebook-application-tabs/</link>
	<description>Bitterness never tasted so sweet</description>
	<lastBuildDate>Sat, 28 Jan 2012 01:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: snipe</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-3/#comment-10044</link>
		<dc:creator>snipe</dc:creator>
		<pubDate>Thu, 07 Oct 2010 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-10044</guid>
		<description>If the tab posts anywhere (outside url or otherwise), you can get the fbid. The user just has to interact with the tab in some way, at which point you can get the fbid.</description>
		<content:encoded><![CDATA[<p>If the tab posts anywhere (outside url or otherwise), you can get the fbid. The user just has to interact with the tab in some way, at which point you can get the fbid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan314</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-3/#comment-10042</link>
		<dc:creator>Jordan314</dc:creator>
		<pubDate>Thu, 07 Oct 2010 08:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-10042</guid>
		<description>Hi,
       I am able to get the user_id of a user on a tab IF the tab posts to an external URL, AND the user has authorized the application. I then quickly do the dirty work on my server and then redirect back to the tab. This is useful for having forms on an application tab, anyway.
       Authorizing is the tricky part. I used to just be able to do requireLogin=1, but that no longer works. fb:if-is-app-user isn&#039;t allowed either, I get that ugly &quot;forbidden by flavor TabFBMLFlavor&quot; error.
       I got it to work from this solution:
http://forum.developers.facebook.net/viewtopic.php?pid=215120#p215120
The script:
function formDone() {
  document.getElementById(&#039;my_form&#039;).submit();
}
function submitForm() {
    FB.Connect.showPermissionDialog(&quot;&quot;, formDone);
}

and then put onsubmit=&quot;submitForm();return false;&quot; in the form.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
       I am able to get the user_id of a user on a tab IF the tab posts to an external URL, AND the user has authorized the application. I then quickly do the dirty work on my server and then redirect back to the tab. This is useful for having forms on an application tab, anyway.<br />
       Authorizing is the tricky part. I used to just be able to do requireLogin=1, but that no longer works. fb:if-is-app-user isn&#8217;t allowed either, I get that ugly &#8220;forbidden by flavor TabFBMLFlavor&#8221; error.<br />
       I got it to work from this solution:<br />
<a href="http://forum.developers.facebook.net/viewtopic.php?pid=215120#p215120" rel="nofollow">http://forum.developers.facebook.net/viewtopic.php?pid=215120#p215120</a><br />
The script:<br />
function formDone() {<br />
  document.getElementById(&#8216;my_form&#8217;).submit();<br />
}<br />
function submitForm() {<br />
    FB.Connect.showPermissionDialog(&#8220;&#8221;, formDone);<br />
}</p>
<p>and then put onsubmit=&#8221;submitForm();return false;&#8221; in the form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-3/#comment-8851</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Fri, 30 Jul 2010 16:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-8851</guid>
		<description>Hi there.&lt;br&gt;Totally agree with you after spending hours and hours trying to solve this problem.&lt;br&gt;If I&#039;ll get it working - I&#039;ll let you know as well.</description>
		<content:encoded><![CDATA[<p>Hi there.<br />Totally agree with you after spending hours and hours trying to solve this problem.<br />If I&#39;ll get it working &#8211; I&#39;ll let you know as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Alberto Ruiz Arauz</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-3/#comment-8804</link>
		<dc:creator>Luis Alberto Ruiz Arauz</dc:creator>
		<pubDate>Wed, 21 Jul 2010 03:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-8804</guid>
		<description>Thanks for this usefull info &quot;don&#039;t lose too much sleep over it either. Most errors are not shown to users, only developers&quot; :^)</description>
		<content:encoded><![CDATA[<p>Thanks for this usefull info &#8220;don&#39;t lose too much sleep over it either. Most errors are not shown to users, only developers&#8221; :^)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snipe</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-3/#comment-8715</link>
		<dc:creator>snipe</dc:creator>
		<pubDate>Sat, 26 Jun 2010 01:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-8715</guid>
		<description>You can pull dynamic content from an external site, but it&#039;s gotta be written as an FBML app would be written. Load server-side scripted data, and then call updated information using mock ajax/FBJS.</description>
		<content:encoded><![CDATA[<p>You can pull dynamic content from an external site, but it&#39;s gotta be written as an FBML app would be written. Load server-side scripted data, and then call updated information using mock ajax/FBJS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: insightcanada</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-3/#comment-8714</link>
		<dc:creator>insightcanada</dc:creator>
		<pubDate>Sat, 26 Jun 2010 01:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-8714</guid>
		<description>I&#039;m having a similar issue. I&#039;m trying to pull content from our site and load that into an application that sits as a tab on a page of ours.The actual canvas page of the app works, but its throwing that error when set as a tab.&lt;br&gt;Snipe, do you have any ideas of what i might need to do to get a tab that can pull dynamic content from an external site? i thought an iframe would be the magic i needed :P</description>
		<content:encoded><![CDATA[<p>I&#39;m having a similar issue. I&#39;m trying to pull content from our site and load that into an application that sits as a tab on a page of ours.The actual canvas page of the app works, but its throwing that error when set as a tab.<br />Snipe, do you have any ideas of what i might need to do to get a tab that can pull dynamic content from an external site? i thought an iframe would be the magic i needed <img src='http://www.snipe.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snipe</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-3/#comment-8713</link>
		<dc:creator>snipe</dc:creator>
		<pubDate>Fri, 25 Jun 2010 09:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-8713</guid>
		<description>Not really, but i appreciate you trying :) Even in an IFRAME application, the app tab itself is still FBML. If you try to put IFRAME into an app tab, you&#039;ll usually get an error.</description>
		<content:encoded><![CDATA[<p>Not really, but i appreciate you trying <img src='http://www.snipe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Even in an IFRAME application, the app tab itself is still FBML. If you try to put IFRAME into an app tab, you&#39;ll usually get an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-3/#comment-8711</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 25 Jun 2010 06:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-8711</guid>
		<description>I use my customized Application, which has iFrame, as a Tab within my Fan Page since I think I cannot use iFrame within a &quot;Static FBML&quot; Tab.  My customized App is just a simple page that grabs dynamic data from an external website.  I just call it as an Application because that is the procedure I went through: Created an Application in Facebook to act as a dynamic page.  Since I don&#039;t know FBML that well yet (I just know PHP &amp; some MySQL) and I don&#039;t have enough time to dedicate to the project, I opted to use an iFrame placed inside a Tab page within a Fan Page.  Sorry if my post is confusing.  Hope this clarifies it. :D</description>
		<content:encoded><![CDATA[<p>I use my customized Application, which has iFrame, as a Tab within my Fan Page since I think I cannot use iFrame within a &#8220;Static FBML&#8221; Tab.  My customized App is just a simple page that grabs dynamic data from an external website.  I just call it as an Application because that is the procedure I went through: Created an Application in Facebook to act as a dynamic page.  Since I don&#39;t know FBML that well yet (I just know PHP &#038; some MySQL) and I don&#39;t have enough time to dedicate to the project, I opted to use an iFrame placed inside a Tab page within a Fan Page.  Sorry if my post is confusing.  Hope this clarifies it. <img src='http://www.snipe.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-2/#comment-8712</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 25 Jun 2010 06:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-8712</guid>
		<description>When I created my Application, I got confused and never realized that adding it is similar to adding the &quot;Static FBML&quot; app.  The non-searchability of my App (because it hasn&#039;t been &quot;liked&quot; by many people yet) also contributed to my confusion.  hahaha  I do not really want my app to be visible in search as it will just act as a Microsite page within a Fan Page.  Upon reading this entire thread, I thought the other guy was also asking the same question hence I posted my findings. But thanks for the link and the many useful tutorials. :)</description>
		<content:encoded><![CDATA[<p>When I created my Application, I got confused and never realized that adding it is similar to adding the &#8220;Static FBML&#8221; app.  The non-searchability of my App (because it hasn&#39;t been &#8220;liked&#8221; by many people yet) also contributed to my confusion.  hahaha  I do not really want my app to be visible in search as it will just act as a Microsite page within a Fan Page.  Upon reading this entire thread, I thought the other guy was also asking the same question hence I posted my findings. But thanks for the link and the many useful tutorials. <img src='http://www.snipe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snipe</title>
		<link>http://www.snipe.net/2009/04/facebook-application-tabs/comment-page-2/#comment-8707</link>
		<dc:creator>snipe</dc:creator>
		<pubDate>Fri, 25 Jun 2010 01:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=1774#comment-8707</guid>
		<description>I&#039;m a little confused - app tabs can only be FBML, not IFRAME, so you wouldn&#039;t use an xd_receiver there.</description>
		<content:encoded><![CDATA[<p>I&#39;m a little confused &#8211; app tabs can only be FBML, not IFRAME, so you wouldn&#39;t use an xd_receiver there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

