add_settings_section(OPTION_SECTION_CRED,'Facebook Credentials',function(){echo'<p>You can retreive this information from your <a href="http://www.facebook.com/developers/apps.php?app_id='.Facebook\Vars::$options['application_id'].'">Facebook | Developers page</a></p>';},Auth\Settings\ADMIN_PAGE);
add_settings_section(OPTION_SECTION_SEL,'Facebook Extended Data Permissions',function(){echo'<p>Select which additional data you wish to collect from the user</p>';},Auth\Settings\ADMIN_PAGE);