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.

The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
0answers
162 views

Stop Facebook from auto-loading long pages

Facebook loads pages like Google Image. If you want see more content from the wall, you can scroll down and you will see the typical animation: I want to disable this auto-loading feature. How can I ...
0
votes
2answers
1k views

Symfony2: using Facebook PHP Api, BaseFacebook class can not be loaded

I think this is related to the autoloading of Symfony2: I created a class FacebookSessionPersistence extends \BaseFacebook Further, I inserted following line in the autoload.php: ...
0
votes
2answers
802 views

Pass parameters when autoloading library with CodeIgniter

I am trying to auto load the facebook.php but it requires the app id and secret. Is it possible to pass parameters when auto loading a library in CodeIgniter ?