我正在使用 facebook php sdk 没有任何问题在我的网站上提供 facebook 登录。几天后,我无法再登录了。我按照https://developers.facebook.com/docs/howtos/login/server-side-login/ 上描述的步骤操作,但在第 6 步失败并显示以下响应:
{
error: {
message: "The request is invalid because the app secret is the same as the client token",
type: "OAuthException",
code: 1
}
}
Run Code Online (Sandbox Code Playgroud)
我不明白为什么它停止工作。你有没有遇到过同样的问题?
谢谢
facebook-authentication facebook-oauth facebook-php-sdk app-secret facebook-access-token
app-secret ×1