Comments on: Developing a Facebook Application on PHP4 https://hm2k.org/posts/developing-a-facebook-application-on-php4 Research and development Thu, 13 Nov 2008 22:30:05 +0000 hourly 1 https://wordpress.org/?v=5.5.1 By: gerardo https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-119576 Thu, 13 Nov 2008 22:30:05 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-119576 not in footprints buddy … you have to put the “simplexml44-0_4_4” folder inside “php4client” folder …

greets 😉

]]>
By: Siddiq https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-92512 Tue, 19 Aug 2008 19:10:00 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-92512 where to extract the folder “simplexml44-0_4_4”
should this be inside footprints folder?
how should i add reference to this library?

thanks

]]>
By: Pekka https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-73944 Mon, 09 Jun 2008 10:46:37 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-73944 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’t work after all…

]]>
By: Nkosinathi https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-38189 Fri, 25 Jan 2008 11:34:45 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-38189 How to deal with the try/catch syntax

]]>
By: Morgan https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-28892 Wed, 12 Dec 2007 17:34:08 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-28892 Thanks for the link to Ister!

]]>
By: Stuart https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-26335 Tue, 27 Nov 2007 15:02:53 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-26335 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’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 ‘0’,
`to` int(11) NOT NULL default ‘0’,
`time` int(11) NOT NULL default ‘0’,
KEY `from` (`from`),
KEY `to` (`to`)
)
*/

so 3 fields: from,to and time. Hope that helps.

]]>
By: rw1 https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-21737 Thu, 08 Nov 2007 04:02:05 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-21737 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.

]]>
By: Abdul Barek https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-19059 Thu, 25 Oct 2007 07:10:52 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-19059 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)

]]>
By: Grady https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-18535 Fri, 19 Oct 2007 04:39:09 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-18535 Thanx a lot 🙂

]]>
By: mathieu https://hm2k.org/posts/developing-a-facebook-application-on-php4/comment-page-1#comment-17997 Thu, 11 Oct 2007 19:47:06 +0000 http://www.hm2k.com/posts/developing-a-facebook-application-on-php4#comment-17997 i am not able to read your instructions on commenting out lib.php….

]]>