Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Initialization deals with the (often dreaded) task of initializing the contents of your data structure. It's a common practice in statically-typed languages.

learn more… | top users | synonyms (2)

0
votes
1answer
350 views

Jquery - Facebook like button with asyncronous script tag dynamic loaded not initialized twice

i am using the async script loading technic from Facebook to show a like button on a dynamic into an container loaded ajax page. For the first time i load the site the Button would be presented ...
0
votes
2answers
591 views

Facebook SDK window.fbAsyncInit not firing on localhost? worked fine last week

Facebook SDK window.fbAsyncInit not firing on localhost? worked fine last week. <div id="fb-root"></div> <script> window.fbAsyncInit = function() { console.log("hey"); ...
0
votes
0answers
157 views

channelURL initialization of the Facebook JavaScript SDK

In the docs for the topic in question, it references a "channelURL" that "must contain a single script element pointing to the JavaScript SDK URL" (see this page). I see that it's optional, and that ...
2
votes
1answer
571 views

Facebook What is a Channel File?

As the title states, my question is what is a channel file. I am creating an Javascript program that connects to the user's Facebook account using OAuth. There is an initialization script that ...