<?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: Developing a Facebook Application on PHP4</title>
	<atom:link href="/posts/developing-a-facebook-application-on-php4/feed" rel="self" type="application/rss+xml" />
	<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4</link>
	<description>The research of an internet entrepreneur and IT consultant</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:09:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gerardo</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-119576</link>
		<dc:creator>gerardo</dc:creator>
		<pubDate>Thu, 13 Nov 2008 22:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-119576</guid>
		<description>not in footprints buddy ... you have to put the &quot;simplexml44-0_4_4&quot; folder inside &quot;php4client&quot; folder ... 

greets ;)</description>
		<content:encoded><![CDATA[<p>not in footprints buddy &#8230; you have to put the &#8220;simplexml44-0_4_4&#8243; folder inside &#8220;php4client&#8221; folder &#8230; </p>
<p>greets <img src='/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddiq</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-92512</link>
		<dc:creator>Siddiq</dc:creator>
		<pubDate>Tue, 19 Aug 2008 19:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-92512</guid>
		<description>where to extract the folder &quot;simplexml44-0_4_4&quot;
should this be inside footprints folder? 
how should i add reference to this library?

thanks</description>
		<content:encoded><![CDATA[<p>where to extract the folder &#8220;simplexml44-0_4_4&#8243;<br />
should this be inside footprints folder?<br />
how should i add reference to this library?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pekka</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-73944</link>
		<dc:creator>Pekka</dc:creator>
		<pubDate>Mon, 09 Jun 2008 10:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-73944</guid>
		<description>Also notice that footprints application uses . json_encode() and . json_decode() functions - which are implemented in PHP 5.2... So if you have something lower  (I have 5.1.6) footprints doesn&#039;t work after all...</description>
		<content:encoded><![CDATA[<p>Also notice that footprints application uses . json_encode() and . json_decode() functions &#8211; which are implemented in PHP 5.2&#8230; So if you have something lower  (I have 5.1.6) footprints doesn&#8217;t work after all&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nkosinathi</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-38189</link>
		<dc:creator>Nkosinathi</dc:creator>
		<pubDate>Fri, 25 Jan 2008 11:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-38189</guid>
		<description>How to deal with the try/catch syntax</description>
		<content:encoded><![CDATA[<p>How to deal with the try/catch syntax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-28892</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Wed, 12 Dec 2007 17:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-28892</guid>
		<description>Thanks for the link to Ister!</description>
		<content:encoded><![CDATA[<p>Thanks for the link to Ister!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-26335</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Tue, 27 Nov 2007 15:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-26335</guid>
		<description>This is really helpfull but can you please show me how to fix the  lib.php file.
After commenting out the try-catch stuff, it says hello and gives me the option to step on people but I still get a few errors and it doesn&#039;t update my database. 
Please show me how you did it,
Cheers


oh, and  rw1 said,  its at the bottom of the config.php file:

/* create this table on the database:
CREATE TABLE `footprints` (
  `from` int(11) NOT NULL default &#039;0&#039;,
  `to` int(11) NOT NULL default &#039;0&#039;,
  `time` int(11) NOT NULL default &#039;0&#039;,
  KEY `from` (`from`),
  KEY `to` (`to`)
)
*/

so 3 fields: from,to and time. Hope that helps.</description>
		<content:encoded><![CDATA[<p>This is really helpfull but can you please show me how to fix the  lib.php file.<br />
After commenting out the try-catch stuff, it says hello and gives me the option to step on people but I still get a few errors and it doesn&#8217;t update my database.<br />
Please show me how you did it,<br />
Cheers</p>
<p>oh, and  rw1 said,  its at the bottom of the config.php file:</p>
<p>/* create this table on the database:<br />
CREATE TABLE `footprints` (<br />
  `from` int(11) NOT NULL default &#8216;0&#8242;,<br />
  `to` int(11) NOT NULL default &#8216;0&#8242;,<br />
  `time` int(11) NOT NULL default &#8216;0&#8242;,<br />
  KEY `from` (`from`),<br />
  KEY `to` (`to`)<br />
)<br />
*/</p>
<p>so 3 fields: from,to and time. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rw1</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-21737</link>
		<dc:creator>rw1</dc:creator>
		<pubDate>Thu, 08 Nov 2007 04:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-21737</guid>
		<description>hello, i am trying to follow readme instructions as to how to set up my first app.  

it says to add a table to the database.

i am using phpMyAdmin and when i go to add a table it asks me how many fields. 

how many fields does that table need to have?

thank you.  

ps i also cannot access commenting out instructions.</description>
		<content:encoded><![CDATA[<p>hello, i am trying to follow readme instructions as to how to set up my first app.  </p>
<p>it says to add a table to the database.</p>
<p>i am using phpMyAdmin and when i go to add a table it asks me how many fields. </p>
<p>how many fields does that table need to have?</p>
<p>thank you.  </p>
<p>ps i also cannot access commenting out instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Barek</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-19059</link>
		<dc:creator>Abdul Barek</dc:creator>
		<pubDate>Thu, 25 Oct 2007 07:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-19059</guid>
		<description>I wanna know how a php application can be integrated in the facebook (please give me screen shoot sequences of how the application is integrated)</description>
		<content:encoded><![CDATA[<p>I wanna know how a php application can be integrated in the facebook (please give me screen shoot sequences of how the application is integrated)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grady</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-18535</link>
		<dc:creator>Grady</dc:creator>
		<pubDate>Fri, 19 Oct 2007 04:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-18535</guid>
		<description>Thanx a lot :)</description>
		<content:encoded><![CDATA[<p>Thanx a lot <img src='/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathieu</title>
		<link>http://hm2k.com/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-17997</link>
		<dc:creator>mathieu</dc:creator>
		<pubDate>Thu, 11 Oct 2007 19:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/developing-a-facebook-application-on-php4#comment-17997</guid>
		<description>i am not able to read your instructions on commenting out lib.php....</description>
		<content:encoded><![CDATA[<p>i am not able to read your instructions on commenting out lib.php&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
