show/hide this revision's text 4 added 12 characters in body

I have been developing a facebook app for the past several months, and recently switched our canvas page from FBML to an IFrame. The main reason for doing so has to do with these posts and features:

http://tinyurl.com/47j42l

http://tinyurl.com/5uwbnp

Basically, you can now embed FBML into an IFrame canvas using the XFBML features that were implemented to support Facebook Connect. IFrames may have performance improvements (although those are probably trashed by the client-side requests required by XFBML, which is are a little tedious to set up at first), but the main advantages for me are:

1) The ability to using use jQuery or any other stuff I want.

2) Useful, relevant ads from adsense, since I no longer have to embed them the adsense javascript in their its own IFrame.

Once I made this switch, I realized that I was able to get all the facebook data I needed through the API, and take advantage of memcached to improve performance. So, now my canvas is just plain old HTML, without an any XFBML.

Hope this helps.

show/hide this revision's text 3 added 8 characters in body

I have been developing a facebook app for the past several months, and recently switched our canvas page from FBML to an IFrame. The main reason for doing so has to do with these posts and features:

http://tinyurl.com/47j42l

http://tinyurl.com/5uwbnp

Basically, you can now embed FBML into an IFrame canvas using the XFBML features that were implemented to support Facebook Connect. IFrames may have performance improvements (although those are probably trashed by the requests required by XFBML, which is a little tedious to set up at first), but the main advantages for me are:

1) The ability to using jQuery or any other stuff I want.

2) Useful, relevant ads from adsense, since I no longer have to embed them in their own IFrame.

Once I made this switch, I realized that I was able to get all facebook data I needed through the API, and take advantage of memcached to improve performance. So, now my canvas is just plain old HTML, without an XFBML.

Hope this helps.

show/hide this revision's text 2 Made tiny URLs

I have been developing a facebook app for the past several months, and recently switched our canvas page from FBML to an IFrame. The main reason for doing so has to do with these posts and features:

http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/

http://wiki.developers.facebook.com/index.php/XFBML

http://tinyurl.com/47j42l

http://tinyurl.com/5uwbnp

Basically, you can now embed FBML into an IFrame canvas using the XFBML features that were implemented to support Facebook Connect. IFrames may have performance improvements (although those are probably trashed by the requests required by XFBML, which is a little tedious to set up at first), but the main advantages for me are:

1) The ability to using jQuery or any other stuff I want. 2) Useful, relevant ads from adsense, since I no longer have to embed them in their own IFrame.

Once I made this switch, I realized that I was able to get all facebook data I needed through the API, and take advantage of memcached to improve performance. So, now my canvas is just plain old HTML, without an XFBML.

Hope this helps.

show/hide this revision's text 1