<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Facebook Journal &#187; fbml</title>
	<atom:link href="http://thefacebookjournal.com/tag/fbml/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefacebookjournal.com</link>
	<description>Facebook Platform and Application News</description>
	<lastBuildDate>Mon, 14 May 2012 05:58:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to Insert &#8220;Add Profile Tab&#8221; Buttons</title>
		<link>http://thefacebookjournal.com/2010/04/08/how-to-insert-add-profile-tab-buttons/</link>
		<comments>http://thefacebookjournal.com/2010/04/08/how-to-insert-add-profile-tab-buttons/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 14:38:16 +0000</pubDate>
		<dc:creator>Don Lofthouse</dc:creator>
				<category><![CDATA[Facebook Platform]]></category>
		<category><![CDATA[How-To's]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fb.connect.showProfileTabDialog]]></category>
		<category><![CDATA[fb:add-profile-tab]]></category>
		<category><![CDATA[fbml]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[profile tab]]></category>
		<category><![CDATA[xfbml]]></category>

		<guid isPermaLink="false">http://thefacebookjournal.com/?p=396</guid>
		<description><![CDATA[As described in an official blog post from Facebook, you can now put an &#8220;Add Profile Tab&#8221; button in your application or site to prompt users to add your application tab to their profiles for easy re-engagement. All implementations using the JavaScript API can call FB.Connect.showProfileTabDialog or use the fb:add-profile-tab XFBML tag to render the [...]]]></description>
			<content:encoded><![CDATA[<p>As described in an official blog post from Facebook, you can now put an &#8220;Add Profile Tab&#8221; button in your application or site to prompt users to add your application tab to their profiles for easy re-engagement. All implementations using the JavaScript API can call <a href="http://wiki.developers.facebook.com/index.php/FB.Connect.showProfileTabDialog">FB.Connect.showProfileTabDialog</a> or use the <a href="http://wiki.developers.facebook.com/index.php/Fb:add-profile-tab">fb:add-profile-tab</a> XFBML tag to render the button, while FBML applications can call <a href="http://wiki.developers.facebook.com/index.php/Facebook.showProfileTabDialog">Facebook.showProfileTabDialog</a> or use the <a href="http://wiki.developers.facebook.com/index.php/Fb:add-profile-tab">fb:add-profile-tab</a> FBML tag to render it.</p>
<h3>Using the JavaScript API for Connect</h3>
<p><code>FB.Connect.showProfileTabDialog(callback);</code></p>
<p>This method renders an Add Profile Tab button on your canvas or Web page, enabling the user to add your <a title="Tabbed Profile" href="http://wiki.developers.facebook.com/index.php/Tabbed_Profile">application tab</a> to his or her profile.</p>
<p>If the user already added your application tab, the button doesn&#8217;t appear.</p>
<p>You can determine if a user added your application tab by querying the <code>tab_added</code> field in the <a title="Permissions (FQL)" href="http://wiki.developers.facebook.com/index.php/Permissions_%28FQL%29">permissions FQL table</a>.</p>
<p>The optional Callback function can be used to execute after this call completes. It takes one argument, which is a JavaScript object. The object has one key, <code>tab_added</code>, the value for which is 1 or 0.</p>
<h3>Using an XFBML tag</h3>
<p><code>&lt;fb:add-profile-tab /&gt;</code></p>
<p>or, if you&#8217;re using Connect</p>
<p><code>&lt;fb:add-profile-tab&gt;&lt;/fb:add-profile-tab&gt;</code></p>
<p>Renders a button that lets a user add your application or site&#8217;s <a title="Tabbed Profile" href="http://wiki.developers.facebook.com/index.php/Tabbed_Profile">application tab</a> to his or her profile. Make sure you specify a <strong>Tab Name</strong> and a <strong>Tab URL</strong> in your <a title="http://www.facebook.com/developers/apps.php" rel="nofollow" href="http://www.facebook.com/developers/apps.php">application settings</a> (on the Profiles tab).</p>
<p>If the user already added your application tab, the button doesn&#8217;t appear.</p>
<p>You can determine if a user added your application tab by querying the <code>tab_added</code> field in the <a title="Permissions (FQL)" href="http://wiki.developers.facebook.com/index.php/Permissions_%28FQL%29">permissions FQL table</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thefacebookjournal.com/2010/04/08/how-to-insert-add-profile-tab-buttons/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Facebook Platform Down</title>
		<link>http://thefacebookjournal.com/2009/12/11/facebook-platform-down-2/</link>
		<comments>http://thefacebookjournal.com/2009/12/11/facebook-platform-down-2/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:46:03 +0000</pubDate>
		<dc:creator>Nick Pestov</dc:creator>
				<category><![CDATA[Facebook Platform]]></category>
		<category><![CDATA[Platform News]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Callback]]></category>
		<category><![CDATA[code-push]]></category>
		<category><![CDATA[fbml]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[perfomance]]></category>
		<category><![CDATA[platform]]></category>

		<guid isPermaLink="false">http://fappside.com/?p=211</guid>
		<description><![CDATA[Update: According to Facebook &#8220;The performance and volume of API calls has stabilized at close to normal level&#8221;. The Facebook Platform is down again with the Platform Live Status page all in red. There have also been reports that the entire Facebook network was down as well. FBML based apps are currently performing the worst and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: </strong>According to Facebook &#8220;The performance and volume of API calls has stabilized at close to normal level&#8221;.</p>
<p>The Facebook Platform is down again with the <a href="http://developers.facebook.com/live_status.php" target="_blank">Platform Live Statu</a>s page all in red. There have also been <a id="aptureLink_K9w9Gzfx1t" class="snap_noshots" href="http://mashable.com/2009/12/10/facebook-is-down/">reports</a> that the entire Facebook network was down as well.<br />
FBML based apps are currently performing the worst and a small subset of canvas apps are not being redirected to their Callback URLs.<br />
It seems that all this happened just after <a href="http://thefacebookjournal.com/2009/12/10/dashboard-roadmap-api-available/">this week&#8217;s weekly code-push</a> .</p>
<p>We&#8217;ll keep you updated as the situation evolves.</p>
]]></content:encoded>
			<wfw:commentRss>http://thefacebookjournal.com/2009/12/11/facebook-platform-down-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Platform Down</title>
		<link>http://thefacebookjournal.com/2009/11/23/facebook-platform-down/</link>
		<comments>http://thefacebookjournal.com/2009/11/23/facebook-platform-down/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:57:34 +0000</pubDate>
		<dc:creator>Nick Pestov</dc:creator>
				<category><![CDATA[Facebook Platform]]></category>
		<category><![CDATA[Platform News]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fbml]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[stream]]></category>

		<guid isPermaLink="false">http://roadseven.com/fappside/?p=3</guid>
		<description><![CDATA[The Facebook Platform has just recovered from about 10 hours of degraded performance.

Application developers were complaining about various FBML related problems from as long as 11 hours ago. 6 hours ago it was almost impossible to access a FBML canvas application. The errors ranged from FBML timezone renders to even basic HTML table renders (which by the way still continue to show for various apps). To reduce these kind of errors we suggest to turn off the canvas quick transitions option.]]></description>
			<content:encoded><![CDATA[<p><img src='http://thefacebookjournal.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/3.png&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>The <a href="http://Facebook.com" target="_blank">Facebook</a> Platform has just recovered from about 10 hours of degraded performance.</p>
<p>Application developers were complaining about various FBML related problems from as long as 11 hours ago. 6 hours ago it was almost impossible to access a FBML canvas application. The errors ranged from FBML timezone renders to even basic HTML table renders (which by the way still continue to show for various apps). To reduce these kind of errors we suggest to turn off the canvas quick transitions option.</p>
<p>It is noteworthy to mention that today is Tuesday and the performance issues were directly connected to Facebook&#8217;s weekly code-push, which occurs on Tuesdays, and that today&#8217;s code-push included the updated stream story structure, where stream stories can contain just 1 image with limited number of lines and a Read More link.</p>
<a href="http://www.crunchbase.com/company/facebook">CrunchBase Information on Facebook</a><br/>
]]></content:encoded>
			<wfw:commentRss>http://thefacebookjournal.com/2009/11/23/facebook-platform-down/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

