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.

+1


a source to share


2 answers


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/

+1


a source


Sample applications are usually distributed with a client library (such as .NET or RoR libraries).

Are you really trying to create an entire application in FBML without a backend?



More information on what you are trying to achieve would be helpful to you.

0


a source







All Articles