Question

Okey, so I have a business Facebook Page like many others. And I want to customize it like many others have. But Facebook (henceforth FB) documentation is really bad.

So I go and edit my page and there I find Facebook Static FBML application. So far, great, and I can even use standard HTML to edit it. And then there is also FBML which I can use to make more advanced customization, like show something for people who "Like" and something else for others. Pretty straightforward. But then i notice that Facebook is deprecating FBML and recommend me to use JavaScript SDK and Social Plugins.

So what does this mean for me? Can I customize my site this way or not?

The documentation for JavaScript SDK and Social Plugins is worthless and very general, how do these apply for my Page customization?

But Facebook Static FBML application it self is an application i guess. Will it work in the future?

What is the best way to customize my FB Page and add tabs and so on? What should I do?

Was it helpful?

Solution

ANSWER (for lazy people):
While Facebook Static FBML application might be working in the near future, it seems like building applications yourself is the right way to go.

Build an application: http://www.facebook.com/developers/createapp.php

Also you do not need the FBML since you can do all that is needed with the graph-api.

Graph-API doc: http://developers.facebook.com/docs/api

Also, by using the iframe canvas when building apps this allows you to host your page tabs where ever you want allowing you do use any coding language you want.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top