I hv used this for long time to retrieve photos from facebook
$this->facebook=new Facebook(array(
'appId' => $appId,
'secret' => $fbSecret,
'cookie' => true
));
$this->facebook->getUser() // gives info of current user.
now from october 25 its stopped working , any idea ?
Please verify your app_id and app_secret are correct.
If you get again this issue,that may be expired.
Update your facebook app id and secret key.
For verify your Token expire – try this link https://developers.facebook.com/tools/debug
For more details of app id validate – How to validate Facebook App ID