config.php 162 Bytes Edit Raw Blame History 1 2 3 4 5 <?php include("../../ms_configura.php"); define('FACEBOOK_APP_ID', $facebookoauth["consumerkey"]); define('FACEBOOK_SECRET', $facebookoauth["consumersecret"]); ?>