我用这个从facebook检索照片已经很长时间了。
$this->facebook=new Facebook(array(
'appId' => $appId,
'secret' => $fbSecret,
'cookie' => true
));
$this->facebook->getUser() // gives info of current user.现在从10月25日开始,它停止工作了,你知道吗?
发布于 2012-11-28 20:25:12
请验证您的app_id和app_secret是否正确。
如果您再次遇到此问题,则该问题可能已过期。更新你的facebook应用id和密钥。
有关验证令牌过期的信息,请尝试此链接https://developers.facebook.com/tools/debug
有关应用程序id验证的更多详细信息- How to validate Facebook App ID
https://stackoverflow.com/questions/13604571
复制相似问题