up vote 2 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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|improve this answer
I understand that PEAR is a large library; can I just use PEAR Facebook w/o the rest? – Extrakun Sep 21 '09 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 '09 at 22:27
feedback

Your Answer

 
or
required, but never shown

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