Failed to connect to graph.facebook.com port 443: Network unreachable
问题 <?php session_start(); //included file and use $app_id = 'xxx'; $app_secret = 'xxx'; FacebookSession::setDefaultApplication($app_id, $app_secret); $helper = new FacebookRedirectLoginHelper("`http://example/facebook4.0`/", $app_id, $app_secret); try { $session = $helper->getSessionFromRedirect(); } catch(FacebookRequestException $ex) { } catch(Exception $ex) { } $loggedIn = false; if (isset($session)) { if ($session) { $loggedIn = true; try { //logged here and get data $user_profile = (new