By Ben | Published: August 17, 2009
The php facebook client has a nice setting to track the different http calls between your app and facebook. You can enable this with:
$GLOBALS['facebook_config']['debug'] = true;
This will actually insert some script code to the header of every page served, in order to render the tracking code, if there is something to render:
Read the full post [...]
Also posted in facebook | Tagged facebook, php
FB Series: AJAX & Facebook debugging