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.

A provision that many programming languages provide to allow code (functions, classes, objects) in one file to be used in many others.

learn more… | top users | synonyms (2)

0
votes
2answers
192 views

Refreshing a PHP include?

I'm creating a PHP game, within the game there is a section at the top of the page showing the users how much energy they have left, this is a file 'header.php' There is a page where users can go to ...
1
vote
2answers
158 views

How to add two assemblies with the same name into an asp.net mvc project

I'm using the Facebook Toolkit inside my Asp.net MVC Application. But now I like to use the Facebook c# Sdk as well, exspecially to test, which one works better for me. Sadly they both consist of ...
1
vote
3answers
349 views

How many javascript link I can have in Facebook?

Is there a limit of how many js file I can include () in facebook? I include 5 files. no problem.. the 6th one not loaded. Then I have to put the code in the 6th one into the 5th file. then works. ...