tags:

views:

112

answers:

1

Hi,

I'm just starting out to develop my first facebook app in php and I'm having difficulty installing the library files onto the server that I'm using(hyperphp).

I've copied all the files (facebook.php, +2 others) into the folder with my index.php file, but I can't get the sample facebook code to work. It can't seem to access the library.

It's at: http://apps.facebook.com/hebrewslang/

I've tried using online documentation, but I'm pretty new to php and web tech in general, and I'm having difficulty understanding exactly what's required.

Any suggestions?

A: 

did you include the file using include 'path/to/file.php'?

Chacha102