FBML skeleton / sandbox page?
Does anyone know where I can find a decent skeleton page or example for making an FBML app for everyone? I've looked all over the official wiki and did a bunch of searches, but I can't find anything reliable. Most of the examples on the wiki are either outdated, broken, or oversimplified. I can do "Hello World" - now I need everything else.
For example, do I need to use a tag to include all my FBML? Where do I use - iframe only? How and when do I use profile.setFBML?
I understand the competition is fierce, but there must be decent resources.
a source to share
FBML is deprecated (https://developers.facebook.com/docs/reference/fbml/), you should look into using the Javascript SDK (https://developers.facebook.com/docs/reference/javascript/) for the Graph API.
Also, some basic things done with FBML can now be done in social HTML plugins. See https://developers.facebook.com/docs/plugins/
a source to share