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