<?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://sankhomallik.com/blog/2009/06/24/add-facebook-connect-to-your-php-web-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://sankhomallik.com/blog/2009/06/24/add-facebook-connect-to-your-php-web-app/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 27 Jul 2010 15:44:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: tahir</title>
		<link>http://sankhomallik.com/blog/2009/06/24/add-facebook-connect-to-your-php-web-app/#comment-70</link>
		<dc:creator>tahir</dc:creator>
		<pubDate>Wed, 05 May 2010 14:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sankhomallik.com/?p=130#comment-70</guid>
		<description>thank a lot, works fine really.</description>
		<content:encoded><![CDATA[<p>thank a lot, works fine really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://sankhomallik.com/blog/2009/06/24/add-facebook-connect-to-your-php-web-app/#comment-69</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-69</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://sankhomallik.com/blog/2009/06/24/add-facebook-connect-to-your-php-web-app/#comment-68</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-68</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://sankhomallik.com/blog/2009/06/24/add-facebook-connect-to-your-php-web-app/#comment-67</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-67</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 -<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://sankhomallik.com/blog/2009/06/24/add-facebook-connect-to-your-php-web-app/#comment-66</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-66</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>
</channel>
</rss>
