vote up 2 vote down star
1

I have read the documentations at Facebook. I have browsed through books on Facebook development and I am reeling from the options, restrictions. There is MockAjax, FBML, FBJavascript and the PHP API. And then there is an option of launching the application from inner frame.

I guess there are 2 questions. When do you use the FB options, and is it possible to run my own PHP page using jQuery with the inner frame option?

flag

1 Answer

vote up 1 vote down check

I prefer the PEAR module Services::Facebook, and of course jQuery.

Most of the FB options are hooks for FBConnect, etc. They are handy, but with any agile software project, get the base functions done, then scale.

link|flag
I understand that PEAR is a large library; can I just use PEAR Facebook w/o the rest? – Extrakun Sep 21 at 16:02
PEAR itself is a PHP code repository. You can download the code without using the PEAR interface to install it. pear.php.net/package/Services_Facebook – mike clagg Sep 21 at 22:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.