<?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: CodeIgniter + Facebook Connect</title>
	<atom:link href="http://jesal.us/2010/01/codeigniter-facebook-connect/feed/" rel="self" type="application/rss+xml" />
	<link>http://jesal.us/2010/01/codeigniter-facebook-connect/</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 07:47:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mazio</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-22230</link>
		<dc:creator>mazio</dc:creator>
		<pubDate>Wed, 30 Jun 2010 17:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-22230</guid>
		<description>I just want to say that this tutorial is incomplete ...
it lacks many things that the author could make them without problems
such helper needed get_static_facebook_root functions () and api key
also missing user_model
Why not be included here?

Please finish this well, I would greatly appreciate</description>
		<content:encoded><![CDATA[<p>I just want to say that this tutorial is incomplete &#8230;<br />
it lacks many things that the author could make them without problems<br />
such helper needed get_static_facebook_root functions () and api key<br />
also missing user_model<br />
Why not be included here?</p>
<p>Please finish this well, I would greatly appreciate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21540</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21540</guid>
		<description>Those are just helper functions (get_facebook_api_key, get_facebook_secret_key,get_base_facebook_url and get_static_facebook_root) I created inside (system/application/helpers/facebook_helper.php) to retrieve different facebook_api_key, facebook_secret_key, and base_facebook_url from system/application/config/facebook.php. 

You can choose to do that or just hard code it inside the master page. Only reason I took the hard approach is because I had a local, staging and production server and all those config values changed depending on that.</description>
		<content:encoded><![CDATA[<p>Those are just helper functions (get_facebook_api_key, get_facebook_secret_key,get_base_facebook_url and get_static_facebook_root) I created inside (system/application/helpers/facebook_helper.php) to retrieve different facebook_api_key, facebook_secret_key, and base_facebook_url from system/application/config/facebook.php. </p>
<p>You can choose to do that or just hard code it inside the master page. Only reason I took the hard approach is because I had a local, staging and production server and all those config values changed depending on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zipmaster</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21539</link>
		<dc:creator>zipmaster</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21539</guid>
		<description>ok new error undefined function get_static_facebook_root()</description>
		<content:encoded><![CDATA[<p>ok new error undefined function get_static_facebook_root()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21538</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21538</guid>
		<description>Good point. I had never tried it that way. If it works then that&#039;s probably a better approach.</description>
		<content:encoded><![CDATA[<p>Good point. I had never tried it that way. If it works then that&#8217;s probably a better approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zipmaster</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21537</link>
		<dc:creator>zipmaster</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21537</guid>
		<description>shouldnt the facebook files go to application/plugin instead of system/plugin?</description>
		<content:encoded><![CDATA[<p>shouldnt the facebook files go to application/plugin instead of system/plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21536</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21536</guid>
		<description>Checkout the post again. I updated it with filenames in bold. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Checkout the post again. I updated it with filenames in bold. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zipmaster</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21535</link>
		<dc:creator>zipmaster</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21535</guid>
		<description>Well were do I put these files and what do I call them? I tried going by the class names and that didn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Well were do I put these files and what do I call them? I tried going by the class names and that didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21533</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 08 Mar 2010 06:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21533</guid>
		<description>I extracted this code out of a site that I built for a major brand. I am under a NDA. So I can&#039;t just give you that code as-is. What I can do is help you out if you tell me what exactly you are having issues with.</description>
		<content:encoded><![CDATA[<p>I extracted this code out of a site that I built for a major brand. I am under a NDA. So I can&#8217;t just give you that code as-is. What I can do is help you out if you tell me what exactly you are having issues with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zipmaster</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21532</link>
		<dc:creator>zipmaster</dc:creator>
		<pubDate>Mon, 08 Mar 2010 03:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21532</guid>
		<description>I am having trouble fallowing your code. would you mind emailing me a copy of a working example?</description>
		<content:encoded><![CDATA[<p>I am having trouble fallowing your code. would you mind emailing me a copy of a working example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21524</link>
		<dc:creator>J</dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21524</guid>
		<description>Ah good point. Can&#039;t believe I left that part out. So basically all you do is download Facebook platform API ZIP, copy everything inside /php folder to the ./system/plugins of your CI application, and then finally rename the facebook.php file to facebook_pi.php That way you would be able to run the Facebook API library as a plugin in CI.</description>
		<content:encoded><![CDATA[<p>Ah good point. Can&#8217;t believe I left that part out. So basically all you do is download Facebook platform API ZIP, copy everything inside /php folder to the ./system/plugins of your CI application, and then finally rename the facebook.php file to facebook_pi.php That way you would be able to run the Facebook API library as a plugin in CI.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
