I've been scouring various sites looking for info on how to do this but haven't found anything. Has anyone done this? Suggestions on where to look for info on how to use it?
|
|
There are a couple of types/purposes when creating a Facebook App, and I believe your question is about Apps on Facebook.com. UPDATE: On March, 11, 2011 Facebook stopped allowing new FBML apps to be created. So back to your questions:
YES, you can use any JS library in your Apps (Canvas, tab or website) since the iframe is the only canvas type now. Now facebook still gives you the choice between developing your Facebook application canvas either in IFrame or FBML BUT they are encouraging developers to use IFrame as they are in the process of deprecating the
Also as you can notice on their Javascript-SDK, that one of the example is actually using the jQuery library! SO, can I use jQuery with Facebook Apps?
As you can see, we are IN the first quarter of 2011 so Page Tab IFrame support is around the corner! |
|||||
|
|
|
Yes. The preferred method for Facebook Canvas Apps is to use an iframe as the means for pulling in the app content. In this case, you are able to use jQuery within your application just as you normally would. See http://developers.facebook.com/docs/guides/canvas for more info. |
|||||
|
|
All new Apps on Facebook are just iframes, so the answer is absolutely yes, just like you can use JQuery in any web page. |
|||
|
|