我用了很长时间来从 Facebook 检索照片
$this->facebook=new Facebook(array(
'appId' => $appId,
'secret' => $fbSecret,
'cookie' => true
));
$this->facebook->getUser() // gives info of current user.
现在从 10 月 25 日起停止工作,知道吗?
我用了很长时间来从 Facebook 检索照片
$this->facebook=new Facebook(array(
'appId' => $appId,
'secret' => $fbSecret,
'cookie' => true
));
$this->facebook->getUser() // gives info of current user.
现在从 10 月 25 日起停止工作,知道吗?
请验证您的 app_id 和 app_secret 是否正确。
如果您再次遇到此问题,则可能已过期。更新您的 Facebook 应用程序 ID 和密钥。
为了验证您的令牌过期 - 试试这个链接https://developers.facebook.com/tools/debug
有关应用 ID 验证的更多详细信息 -如何验证 Facebook 应用 ID