config.php 181 Bytes
<?php
include(dirname(__FILE__)."/../../ms_configura.php");
define('FACEBOOK_APP_ID', $facebookoauth["consumerkey"]);
define('FACEBOOK_SECRET', $facebookoauth["consumersecret"]);
?>