Photos import facebook-php-sdk not working
问题 $facebook = new Facebook(array( 'appId' => '<key>', 'secret' => '<secret code>', 'cookie' => true )); print_r($facebook);die; Output of this is Facebook Object ( [appId:protected] => <key> [apiSecret:protected] => <secret code> [session:protected] => [signedRequest:protected] => [sessionLoaded:protected] => [cookieSupport:protected] => 1 [baseDomain:protected] => [fileUploadSupport:protected] => ) This problems occur in the end of October only as before that it always prints information of