<?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: Add Facebook Connect to your PHP Web App</title>
	<atom:link href="http://blog.sankhomallik.com/2009/06/24/add-facebook-connect-to-your-php-web-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sankhomallik.com/2009/06/24/add-facebook-connect-to-your-php-web-app/</link>
	<description>Web 8.0 Development</description>
	<lastBuildDate>Mon, 08 Mar 2010 06:30:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://blog.sankhomallik.com/2009/06/24/add-facebook-connect-to-your-php-web-app/comment-page-1/#comment-2119</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 16 Oct 2009 15:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sankhomallik.com/?p=130#comment-2119</guid>
		<description>@Ronen: Thanks for this hint, works fine!</description>
		<content:encoded><![CDATA[<p>@Ronen: Thanks for this hint, works fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronen</title>
		<link>http://blog.sankhomallik.com/2009/06/24/add-facebook-connect-to-your-php-web-app/comment-page-1/#comment-2069</link>
		<dc:creator>Ronen</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sankhomallik.com/?p=130#comment-2069</guid>
		<description>Hey

great tutorial helped me ! 

for people using zend framework (1.9 ). Place the facebook in your library folder. 

and in the controller use. 

require_once(APPLICATION_PATH .&#039;/../library/facebook-platform/php/facebook.php&#039;); //get the client library
$facebook = new Facebook(&#039;API Key&#039;,&#039;Application Secret&#039;); //start a new instance of the facebook object
$fb_id= $facebook-&gt;user;  //get the user’s Facebook ID

to see that it works do print_r($fb_id).

My site http://www.daily-sudoku.com/ where i am placing the facebook connect.</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>great tutorial helped me ! </p>
<p>for people using zend framework (1.9 ). Place the facebook in your library folder. </p>
<p>and in the controller use. </p>
<p>require_once(APPLICATION_PATH .&#8217;/../library/facebook-platform/php/facebook.php&#8217;); //get the client library<br />
$facebook = new Facebook(&#8216;API Key&#8217;,'Application Secret&#8217;); //start a new instance of the facebook object<br />
$fb_id= $facebook-&gt;user;  //get the user’s Facebook ID</p>
<p>to see that it works do print_r($fb_id).</p>
<p>My site <a href="http://www.daily-sudoku.com/" rel="nofollow">http://www.daily-sudoku.com/</a> where i am placing the facebook connect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankho</title>
		<link>http://blog.sankhomallik.com/2009/06/24/add-facebook-connect-to-your-php-web-app/comment-page-1/#comment-2011</link>
		<dc:creator>sankho</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sankhomallik.com/?p=130#comment-2011</guid>
		<description>check this out, Mark - 
http://wiki.developers.facebook.com/index.php/Facebook_Connect_Login_Buttons</description>
		<content:encoded><![CDATA[<p>check this out, Mark &#8211;<br />
<a href="http://wiki.developers.facebook.com/index.php/Facebook_Connect_Login_Buttons" rel="nofollow">http://wiki.developers.facebook.com/index.php/Facebook_Connect_Login_Buttons</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.sankhomallik.com/2009/06/24/add-facebook-connect-to-your-php-web-app/comment-page-1/#comment-2010</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sankhomallik.com/?p=130#comment-2010</guid>
		<description>Where do I find the button images???</description>
		<content:encoded><![CDATA[<p>Where do I find the button images???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankho</title>
		<link>http://blog.sankhomallik.com/2009/06/24/add-facebook-connect-to-your-php-web-app/comment-page-1/#comment-1926</link>
		<dc:creator>sankho</dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sankhomallik.com/?p=130#comment-1926</guid>
		<description>Rutherford,

Thanks for the comment and link! Hopefully those that stumble on my blog and need some info on the API will check your site out.

That said, I&#039;m using Dean&#039;s highlighter plugin, you can grab it here http://www.deanlee.cn/wordpress/code_highlighter_plugin_for_wordpress/</description>
		<content:encoded><![CDATA[<p>Rutherford,</p>
<p>Thanks for the comment and link! Hopefully those that stumble on my blog and need some info on the API will check your site out.</p>
<p>That said, I&#8217;m using Dean&#8217;s highlighter plugin, you can grab it here <a href="http://www.deanlee.cn/wordpress/code_highlighter_plugin_for_wordpress/" rel="nofollow">http://www.deanlee.cn/wordpress/code_highlighter_plugin_for_wordpress/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rutherford</title>
		<link>http://blog.sankhomallik.com/2009/06/24/add-facebook-connect-to-your-php-web-app/comment-page-1/#comment-1825</link>
		<dc:creator>rutherford</dc:creator>
		<pubDate>Mon, 06 Jul 2009 00:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sankhomallik.com/?p=130#comment-1825</guid>
		<description>I had the same idea for something similar with the platform API itself.  Check it out @ http://aleatory.clientsideweb.net/2009/07/05/step-by-step-guide-to-creating-a-first-facebook-app/

BTW, do you use a wordpress plugin to style your code boxes?  Mine don&#039;t look so good lol...</description>
		<content:encoded><![CDATA[<p>I had the same idea for something similar with the platform API itself.  Check it out @ <a href="http://aleatory.clientsideweb.net/2009/07/05/step-by-step-guide-to-creating-a-first-facebook-app/" rel="nofollow">http://aleatory.clientsideweb.net/2009/07/05/step-by-step-guide-to-creating-a-first-facebook-app/</a></p>
<p>BTW, do you use a wordpress plugin to style your code boxes?  Mine don&#8217;t look so good lol&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
