What is the facebook PHP sdk equivalent to FB.getLoginStatus ...

$facebook = new Facebook(array( 'appId' => 'YOUR_APP_ID', 'secret' => ' YOUR_APP_SECRET', )); // Get User ID $user = $facebook->getUser();. To check if ...

Lee mas