<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Facebook Profile Box Showing No Content to Display</title>
	<link>http://www.rioleo.org/facebook-profile-box-showing-no-content.php</link>
	<description>Writings and musings on the latest web trends and life, advertising, design, fonts, and news from an avid and prolific web designer.</description>
	<pubDate>Fri, 10 Sep 2010 18:41:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Andrea</title>
		<link>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2425</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Fri, 09 Apr 2010 01:34:21 +0000</pubDate>
		<guid>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2425</guid>
		<description>Sorry for my ignorance but what do you put instead of blah_n and blah_w</description>
		<content:encoded><![CDATA[<p>Sorry for my ignorance but what do you put instead of blah_n and blah_w</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jill</title>
		<link>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2416</link>
		<dc:creator>jill</dc:creator>
		<pubDate>Tue, 23 Mar 2010 17:13:17 +0000</pubDate>
		<guid>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2416</guid>
		<description>encounter also the same problem but dont know what to do with the codes</description>
		<content:encoded><![CDATA[<p>encounter also the same problem but dont know what to do with the codes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvaro</title>
		<link>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2410</link>
		<dc:creator>Alvaro</dc:creator>
		<pubDate>Mon, 15 Mar 2010 06:38:18 +0000</pubDate>
		<guid>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2410</guid>
		<description>Hi, greettings for South América (I'm speak Spanish) sorry for myy errors. Can you help me? I need post the context in profile box in an iframe please i need your help</description>
		<content:encoded><![CDATA[<p>Hi, greettings for South América (I&#8217;m speak Spanish) sorry for myy errors. Can you help me? I need post the context in profile box in an iframe please i need your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fanny</title>
		<link>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2389</link>
		<dc:creator>fanny</dc:creator>
		<pubDate>Mon, 22 Feb 2010 07:20:36 +0000</pubDate>
		<guid>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2389</guid>
		<description>Hello... thanks for the post. It helped me a lot !!! you save my day... I will re-post this on my blog and link to you :)
THanKs</description>
		<content:encoded><![CDATA[<p>Hello&#8230; thanks for the post. It helped me a lot !!! you save my day&#8230; I will re-post this on my blog and link to you :)<br />
THanKs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2179</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 05 May 2009 19:23:52 +0000</pubDate>
		<guid>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2179</guid>
		<description>Thomas I am running into exactly the same problem you are, were you ever able to find a solution? Thank you!</description>
		<content:encoded><![CDATA[<p>Thomas I am running into exactly the same problem you are, were you ever able to find a solution? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2143</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sat, 07 Mar 2009 13:35:24 +0000</pubDate>
		<guid>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2143</guid>
		<description>Hi there!

Thanks for those explanations. It worked great for me!

BUT:
I'm having another problem now. This might be, because I haven't understood the whole facebook development yet.

Content of a profile box is cached according to http://unfake.it/RA4 until the Canvas page is called again. And it seems to me, there's only ONE UNIQUE cache?!

e.g.:
I have an app, which gets content from a DB on my host, depending on the fb UID:

SELECT [...] FROM [...] WHERE uid = $facebook-&#62;require_login() [...];

User A installed the app, calls the Canvas page and gets HIS content. He than puts the app to his profile, where he can see HIS content in the box. Okay!

Now, user B installed the app, calls the Canvas page and gets HIS content. He than puts the app to his profile, where he can see HIS content. Okay! 

BUT: if user B looks at the profile of user A, he also gets the content of himself (user B).

AND: user A also has the content of user B on his profile.

What am I doing wrong?

Is there a way to avoid caching, so that the app on my host is called every time, a profile with a box is visited?

Yes, I have read about fbml.refreshRefUrl(), but that doesn't work somehow.

Thomas</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>Thanks for those explanations. It worked great for me!</p>
<p>BUT:<br />
I&#8217;m having another problem now. This might be, because I haven&#8217;t understood the whole facebook development yet.</p>
<p>Content of a profile box is cached according to <a href="http://unfake.it/RA4" rel="nofollow">http://unfake.it/RA4</a> until the Canvas page is called again. And it seems to me, there&#8217;s only ONE UNIQUE cache?!</p>
<p>e.g.:<br />
I have an app, which gets content from a DB on my host, depending on the fb UID:</p>
<p>SELECT [&#8230;] FROM [&#8230;] WHERE uid = $facebook-&gt;require_login() [&#8230;];</p>
<p>User A installed the app, calls the Canvas page and gets HIS content. He than puts the app to his profile, where he can see HIS content in the box. Okay!</p>
<p>Now, user B installed the app, calls the Canvas page and gets HIS content. He than puts the app to his profile, where he can see HIS content. Okay! </p>
<p>BUT: if user B looks at the profile of user A, he also gets the content of himself (user B).</p>
<p>AND: user A also has the content of user B on his profile.</p>
<p>What am I doing wrong?</p>
<p>Is there a way to avoid caching, so that the app on my host is called every time, a profile with a box is visited?</p>
<p>Yes, I have read about fbml.refreshRefUrl(), but that doesn&#8217;t work somehow.</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2081</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 19 Dec 2008 20:54:44 +0000</pubDate>
		<guid>http://www.rioleo.org/facebook-profile-box-showing-no-content.php#comment-2081</guid>
		<description>This cleared things up for me.  Thanks for the posting.  I don't think the API test console (http://developers.facebook.com/tools.php?api) exposes the profile_main parameter.</description>
		<content:encoded><![CDATA[<p>This cleared things up for me.  Thanks for the posting.  I don&#8217;t think the API test console (http://developers.facebook.com/tools.php?api) exposes the profile_main parameter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
