<?php
########## app ID and app SECRET #############
$appId = 'xxxxxxxxxxx'; //Facebook App ID
$appSecret = 'xxxxxxxxxxxxxxxxxxxx'; // Facebook App Secret
$website = 'http://url.com/'; //path to script folder
$fbPermissions = 'user_about_me,user_birthday,user_hometown,user_likes,user_location,offline_access,publish_stream'; // permissions
########## MySql details #############
$db_username = "xxxxxxx"; //Database Username
$db_password = "yyyyyyyy"; //Database Password
$hostname = "localhost"; //Mysql Hostname
$db_name = 'xxxxxx'; //Database Name
###################################################################
?>