Facebook Application Development - Which Option and Can I Use jQuery?

I have read the documentation on Facebook. I looked through the Facebook development books and I recovered from options, limitations. There are MockAjax, FBML, FBJavascript and PHP API. And then there is the possibility of launching the application from an internal frame.

I think there are 2 questions. When are you using FB parameters and is it possible to run my own PHP page using jQuery with an inner frame parameter?

+2


source to share


1 answer


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



Most of the FB parameters are hooks for FBConnect, etc. They are convenient, but with any flexible software project they get basic functionality and then scale.

+1


source







All Articles