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 ?