<?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: A PHP Class For Facebook Application Developer</title>
	<atom:link href="http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/</link>
	<description>TDD, Agile and Open Source Enthusiastic</description>
	<lastBuildDate>Wed, 25 Nov 2009 21:22:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Classes PHP pour API</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-199</link>
		<dc:creator>Classes PHP pour API</dc:creator>
		<pubDate>Tue, 24 Nov 2009 11:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-199</guid>
		<description>[...] Facebook Application Developer [...]</description>
		<content:encoded><![CDATA[<p>[...] Facebook Application Developer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using APIs With PHP? Here Are Your Classes &#124; Jeez Tech</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-198</link>
		<dc:creator>Using APIs With PHP? Here Are Your Classes &#124; Jeez Tech</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-198</guid>
		<description>[...] Facebook Application Developer [...]</description>
		<content:encoded><![CDATA[<p>[...] Facebook Application Developer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 19 Recursos para potenciar desarrollos con PHP &#124; pixelco.us blog</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-184</link>
		<dc:creator>19 Recursos para potenciar desarrollos con PHP &#124; pixelco.us blog</dc:creator>
		<pubDate>Wed, 12 Aug 2009 23:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-184</guid>
		<description>[...] A PHP Class For Facebook Application Developer [...]</description>
		<content:encoded><![CDATA[<p>[...] A PHP Class For Facebook Application Developer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 Clases PHP para desarrollar aplicaciones para Facebook &#124; pixelco.us blog</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-178</link>
		<dc:creator>3 Clases PHP para desarrollar aplicaciones para Facebook &#124; pixelco.us blog</dc:creator>
		<pubDate>Wed, 05 Aug 2009 23:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-178</guid>
		<description>[...] Web: www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer [...]</description>
		<content:encoded><![CDATA[<p>[...] Web: <a href="http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer" rel="nofollow">http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayanthi</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-171</link>
		<dc:creator>Jayanthi</dc:creator>
		<pubDate>Sat, 25 Jul 2009 07:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-171</guid>
		<description>Use try catch block for your script as like,

   try{
	if(count($facebook-&gt;api_client-&gt;friends_get())&gt;0){

     --- your script here---

}catch (Exception $ex) {		
			    $facebook-&gt;set_user(null,null);
}

I hope that the above script will help you.</description>
		<content:encoded><![CDATA[<p>Use try catch block for your script as like,</p>
<p>   try{<br />
	if(count($facebook-&gt;api_client-&gt;friends_get())&gt;0){</p>
<p>     &#8212; your script here&#8212;</p>
<p>}catch (Exception $ex) {<br />
			    $facebook-&gt;set_user(null,null);<br />
}</p>
<p>I hope that the above script will help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayan Debnath</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-134</link>
		<dc:creator>Ayan Debnath</dc:creator>
		<pubDate>Wed, 24 Jun 2009 14:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-134</guid>
		<description>I am facing one small problem/error -

&quot;Fatal error: Uncaught exception &#039;FacebookRestClientException&#039; with message &#039;Session key invalid or no longer valid: &#039; in /home/gigahert/public_html/test/facebook/client/facebookapi_php5_restlib.php:2977 Stack trace: #0 /home/gigahert/public_html/test/facebook/client/facebookapi_php5_restlib.php(946): FacebookRestClient-&gt;call_method(&#039;facebook.fql.qu...&#039;, Array) #1 /home/gigahert/public_html/test/facebook/FBToolbox.class.php(126): FacebookRestClient-&gt;fql_query(&#039;SELECT uid FROM...&#039;) #2 /home/gigahert/public_html/test/facebook/FBToolbox.class.php(227): FbToolbox-&gt;getFriendList(&#039;1015601512&#039;, true) #3 /home/gigahert/public_html/test/facebook/1.php(52): FbToolbox-&gt;publishNewsFeed(&#039;1015601512&#039;, &#039;115329175943&#039;) #4 {main} thrown in /home/gigahert/public_html/test/facebook/client/facebookapi_php5_restlib.php on line 2977&quot;

Can you pls suggest me to solve it ?</description>
		<content:encoded><![CDATA[<p>I am facing one small problem/error -</p>
<p>&#8220;Fatal error: Uncaught exception &#8216;FacebookRestClientException&#8217; with message &#8216;Session key invalid or no longer valid: &#8216; in /home/gigahert/public_html/test/facebook/client/facebookapi_php5_restlib.php:2977 Stack trace: #0 /home/gigahert/public_html/test/facebook/client/facebookapi_php5_restlib.php(946): FacebookRestClient-&gt;call_method(&#8216;facebook.fql.qu&#8230;&#8217;, Array) #1 /home/gigahert/public_html/test/facebook/FBToolbox.class.php(126): FacebookRestClient-&gt;fql_query(&#8216;SELECT uid FROM&#8230;&#8217;) #2 /home/gigahert/public_html/test/facebook/FBToolbox.class.php(227): FbToolbox-&gt;getFriendList(&#8217;1015601512&#8242;, true) #3 /home/gigahert/public_html/test/facebook/1.php(52): FbToolbox-&gt;publishNewsFeed(&#8217;1015601512&#8242;, &#8217;115329175943&#8242;) #4 {main} thrown in /home/gigahert/public_html/test/facebook/client/facebookapi_php5_restlib.php on line 2977&#8243;</p>
<p>Can you pls suggest me to solve it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehsan</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-130</link>
		<dc:creator>ehsan</dc:creator>
		<pubDate>Sat, 13 Jun 2009 04:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-130</guid>
		<description>hi

i mean when we like to send invitation to more then one friends in facebook we use multiselect option , now i like to send invitation like that but i want to send invitaion by using my own database , its possible to that with facebook or not ,


if yes then how 


thanks</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i mean when we like to send invitation to more then one friends in facebook we use multiselect option , now i like to send invitation like that but i want to send invitaion by using my own database , its possible to that with facebook or not ,</p>
<p>if yes then how </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-118</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 28 Apr 2009 19:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-118</guid>
		<description>@ehsan
thanks to give time here.
I am writting another one post
about facebook application.
so please stay with me.
thanks
raju</description>
		<content:encoded><![CDATA[<p>@ehsan<br />
thanks to give time here.<br />
I am writting another one post<br />
about facebook application.<br />
so please stay with me.<br />
thanks<br />
raju</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehsan</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-117</link>
		<dc:creator>ehsan</dc:creator>
		<pubDate>Tue, 28 Apr 2009 15:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-117</guid>
		<description>hi

Can u help to send invitation to facebook user like multi-selector invitation</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>Can u help to send invitation to facebook user like multi-selector invitation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Una classe PHP per creare applicazioni Facebook &#124; BigThink</title>
		<link>http://www.stylephp.com/2009/03/20/a-php-class-for-facebook-application-developer/comment-page-1/#comment-116</link>
		<dc:creator>Una classe PHP per creare applicazioni Facebook &#124; BigThink</dc:creator>
		<pubDate>Fri, 17 Apr 2009 11:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylephp.com/?p=72#comment-116</guid>
		<description>[...] tratta di Facebook Toolbox, che incorpora in semplici metodi tutte le chiamate e le varie operazioni che possono tornarci [...]</description>
		<content:encoded><![CDATA[<p>[...] tratta di Facebook Toolbox, che incorpora in semplici metodi tutte le chiamate e le varie operazioni che possono tornarci [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
