require_login(); $user = $facebook->require_login(); //[todo: change the following url to your callback url] $appcallbackurl = 'http://www.chromacoders.org/myfunmmo/'; /* //catch the exception that gets thrown if the cookie has an invalid session_key in it try { // if (!$facebook->api_client->users_isAppAdded()) { if (!$facebook->api_client->added) { $facebook->redirect($facebook->get_add_url()); } } catch (Exception $ex) { //this will clear cookies for your application and redirect them to a login prompt $facebook->set_user(null, null); $facebook->redirect($appcallbackurl); } $user = $_POST['fb_sig_user']; $message = 0; */