<?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: Difficulties, CakePHP and the Facebook API</title>
	<atom:link href="http://blog.thaichaiguy.com/308/difficulties-cakephp-and-the-facebook-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thaichaiguy.com/308/difficulties-cakephp-and-the-facebook-api/</link>
	<description>A blog by a one-man gamer, programmer and hobbyist. Spreading views of life and leisure, tech and toys.</description>
	<lastBuildDate>Sun, 05 Sep 2010 20:11:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Huggins</title>
		<link>http://blog.thaichaiguy.com/308/difficulties-cakephp-and-the-facebook-api/comment-page-1/#comment-60</link>
		<dc:creator>Matt Huggins</dc:creator>
		<pubDate>Wed, 13 Feb 2008 21:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.thaichaiguy.com/?p=308#comment-60</guid>
		<description>Your comment got me to thinking that you might be setting something up in your app differently than expected.  Are you setting up your anchor tags (links) within your app as &quot;http://apps.facebook.com/appname/page.php&quot;, or are you setting them up as &quot;http://www.callbackdomain.com/appname/page.php&quot;?  If you&#039;re setting them up as the latter, try changing all your links to the former before using require_frame() as I described above.

As with your app links, your form action URL&#039;s should also be set up to point within the app.facebook.com domain, not your callback domain.  (There are some special cases where you might want to point directly at your callback domain, but typically this is not how it should be done.)</description>
		<content:encoded><![CDATA[<p>Your comment got me to thinking that you might be setting something up in your app differently than expected.  Are you setting up your anchor tags (links) within your app as &#8220;http://apps.facebook.com/appname/page.php&#8221;, or are you setting them up as &#8220;http://www.callbackdomain.com/appname/page.php&#8221;?  If you&#8217;re setting them up as the latter, try changing all your links to the former before using require_frame() as I described above.</p>
<p>As with your app links, your form action URL&#8217;s should also be set up to point within the app.facebook.com domain, not your callback domain.  (There are some special cases where you might want to point directly at your callback domain, but typically this is not how it should be done.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thaichaiguy</title>
		<link>http://blog.thaichaiguy.com/308/difficulties-cakephp-and-the-facebook-api/comment-page-1/#comment-59</link>
		<dc:creator>thaichaiguy</dc:creator>
		<pubDate>Wed, 13 Feb 2008 21:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.thaichaiguy.com/?p=308#comment-59</guid>
		<description>Thanks for the comment Matt! I swear I tried putting the require_frame() at the beginning of my function with the same results. That would be the same as putting it in the beforeFilter right?

But since you&#039;re the expert I&#039;ll try it again.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Matt! I swear I tried putting the require_frame() at the beginning of my function with the same results. That would be the same as putting it in the beforeFilter right?</p>
<p>But since you&#8217;re the expert I&#8217;ll try it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Huggins</title>
		<link>http://blog.thaichaiguy.com/308/difficulties-cakephp-and-the-facebook-api/comment-page-1/#comment-58</link>
		<dc:creator>Matt Huggins</dc:creator>
		<pubDate>Wed, 13 Feb 2008 20:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.thaichaiguy.com/?p=308#comment-58</guid>
		<description>I use require_frame() in CakePHP without needing to worry about all this.  I simply place the call to require_frame() prior to any other processing (once the Facebook object is created, that is).  You can easily achieve this by placing it in your beforeFilter function of either app_controller.php or your current controller.</description>
		<content:encoded><![CDATA[<p>I use require_frame() in CakePHP without needing to worry about all this.  I simply place the call to require_frame() prior to any other processing (once the Facebook object is created, that is).  You can easily achieve this by placing it in your beforeFilter function of either app_controller.php or your current controller.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
