<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Facebook API with CakePHP</title>
	<link>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/</link>
	<description>paul's tech rambles</description>
	<pubDate>Fri, 12 Mar 2010 10:42:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Dave Jarvis</title>
		<link>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-1159</link>
		<author>Dave Jarvis</author>
		<pubDate>Tue, 18 Dec 2007 08:31:39 +0000</pubDate>
		<guid>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-1159</guid>
		<description>It seems some people are having trouble with the Facebook Data Store API. I have abstracted its behaviour into several classes. Although incomplete, the WMSFacebookDataStore API allows rudimentary CRUD access to Facebook's database.

http://www.davidjarvis.ca/facebook/
http://www.davidjarvis.ca/facebook/docs/

Data Store classes:
    WMSFacebookDataStore
    WMSFacebookDataStoreAssociation
    WMSFacebookDataStoreAssociationLink
    WMSFacebookDataStoreObject
    WMSFacebookDataStoreProperty
    WMSFacebookDataStoreRow

Core classes:
    WMSFacebook
    WMSFacebookApplication
    WMSFacebookFriend (stub)
    WMSFacebookMessage (stub)
    WMSFacebookObject
    WMSFacebookProfile (stub)
    WMSFacebookUser

At the very least it shows how to use Facebook's Data Store API.</description>
		<content:encoded><![CDATA[<p>It seems some people are having trouble with the Facebook Data Store API. I have abstracted its behaviour into several classes. Although incomplete, the WMSFacebookDataStore API allows rudimentary CRUD access to Facebook&#8217;s database.</p>
<p><a href="http://www.davidjarvis.ca/facebook/" rel="nofollow">http://www.davidjarvis.ca/facebook/</a><br />
<a href="http://www.davidjarvis.ca/facebook/docs/" rel="nofollow">http://www.davidjarvis.ca/facebook/docs/</a></p>
<p>Data Store classes:<br />
    WMSFacebookDataStore<br />
    WMSFacebookDataStoreAssociation<br />
    WMSFacebookDataStoreAssociationLink<br />
    WMSFacebookDataStoreObject<br />
    WMSFacebookDataStoreProperty<br />
    WMSFacebookDataStoreRow</p>
<p>Core classes:<br />
    WMSFacebook<br />
    WMSFacebookApplication<br />
    WMSFacebookFriend (stub)<br />
    WMSFacebookMessage (stub)<br />
    WMSFacebookObject<br />
    WMSFacebookProfile (stub)<br />
    WMSFacebookUser</p>
<p>At the very least it shows how to use Facebook&#8217;s Data Store API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Lindley</title>
		<link>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-388</link>
		<author>Joseph Lindley</author>
		<pubDate>Sun, 28 Oct 2007 14:56:21 +0000</pubDate>
		<guid>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-388</guid>
		<description>Hi Paul,

Firstly, lovely website - take a look at mine.... :o) 

Secondly, the reason that I landed on your page is because I'm researching using the API for a project that I'd like to set up...and maybe we could work together on it- if you're interested. 

Its really a very simple thing, based on my spam/art mashup  idea that's &lt;a href='http://joesart.org/journal/2007/09/14/preparation-for-hatemail/' rel="nofollow"&gt;well documented on my website&lt;/a&gt;.

Basically I'd like to do the same, but much more legitimately, on facebook, and with a more structured ethos behind the idea.... drop me a line about it anyway joseph dot lindley @ gmail.

Cheers for the article either way, nicely simplified for the guy about to dive in and start hacking stuff together without really knowing what he's on about ;o)

All the best,
Joe</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Firstly, lovely website - take a look at mine&#8230;. :o) </p>
<p>Secondly, the reason that I landed on your page is because I&#8217;m researching using the API for a project that I&#8217;d like to set up&#8230;and maybe we could work together on it- if you&#8217;re interested. </p>
<p>Its really a very simple thing, based on my spam/art mashup  idea that&#8217;s <a href='http://joesart.org/journal/2007/09/14/preparation-for-hatemail/' rel="nofollow">well documented on my website</a>.</p>
<p>Basically I&#8217;d like to do the same, but much more legitimately, on facebook, and with a more structured ethos behind the idea&#8230;. drop me a line about it anyway joseph dot lindley @ gmail.</p>
<p>Cheers for the article either way, nicely simplified for the guy about to dive in and start hacking stuff together without really knowing what he&#8217;s on about ;o)</p>
<p>All the best,<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gert</title>
		<link>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-277</link>
		<author>Gert</author>
		<pubDate>Wed, 10 Oct 2007 01:45:41 +0000</pubDate>
		<guid>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-277</guid>
		<description>Could you explain it better and maybe give an example code..
I tried your code but i dont have much experience with CakePHP and I become a strange error in the facebookapi file</description>
		<content:encoded><![CDATA[<p>Could you explain it better and maybe give an example code..<br />
I tried your code but i dont have much experience with CakePHP and I become a strange error in the facebookapi file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-51</link>
		<author>Matt</author>
		<pubDate>Wed, 08 Aug 2007 22:59:05 +0000</pubDate>
		<guid>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-51</guid>
		<description>disregard previous comment... i'm looking into build a controller component instead</description>
		<content:encoded><![CDATA[<p>disregard previous comment&#8230; i&#8217;m looking into build a controller component instead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-50</link>
		<author>Matt</author>
		<pubDate>Wed, 08 Aug 2007 22:02:40 +0000</pubDate>
		<guid>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-50</guid>
		<description>Thank you very much, but sadly this is the only howto and it is missing some critical directions.  Here are a few things that I had to use trial/error on...

1.) vendor('facebook/facebook'); goes BEFORE your controller's class declaration.

2.) $facebook = new Facebook($api_key, $secret); needs to be inside a controller's function, such as the beforeFilter()

3.) I had to add $GLOBALS['facebook_config']['debug'] = NULL; to avoid PHP throwing this notice...

Notice: Undefined index: facebook_config in /home/.indi/savarino/geohelper.com-codebox2/vendors/facebook/facebookapi_php5_restlib.php on line 54</description>
		<content:encoded><![CDATA[<p>Thank you very much, but sadly this is the only howto and it is missing some critical directions.  Here are a few things that I had to use trial/error on&#8230;</p>
<p>1.) vendor(&#8217;facebook/facebook&#8217;); goes BEFORE your controller&#8217;s class declaration.</p>
<p>2.) $facebook = new Facebook($api_key, $secret); needs to be inside a controller&#8217;s function, such as the beforeFilter()</p>
<p>3.) I had to add $GLOBALS[&#8217;facebook_config&#8217;][&#8217;debug&#8217;] = NULL; to avoid PHP throwing this notice&#8230;</p>
<p>Notice: Undefined index: facebook_config in /home/.indi/savarino/geohelper.com-codebox2/vendors/facebook/facebookapi_php5_restlib.php on line 54</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Herron</title>
		<link>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-21</link>
		<author>Paul Herron</author>
		<pubDate>Sat, 04 Aug 2007 13:24:36 +0000</pubDate>
		<guid>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-21</guid>
		<description>Thanks Paul! This is an interesting article. You've motivated me to spend my Saturday fiddling with Cake and the Facebook API...</description>
		<content:encoded><![CDATA[<p>Thanks Paul! This is an interesting article. You&#8217;ve motivated me to spend my Saturday fiddling with Cake and the Facebook API&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-20</link>
		<author>Alex</author>
		<pubDate>Sat, 04 Aug 2007 11:29:33 +0000</pubDate>
		<guid>http://www.zenperfect.com/2007/07/24/facebook-api-with-cakephp/#comment-20</guid>
		<description>Nice, been looking for a short introduction to facebook on cake, this does the job!</description>
		<content:encoded><![CDATA[<p>Nice, been looking for a short introduction to facebook on cake, this does the job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
