无法获取访问令牌

发布于 2024-12-17 06:08:30 字数 423 浏览 1 评论 0原文

为什么我会收到以下错误消息?

{"error":{"message":"Error validating login secret. Since your application has a login secret in addition to a secret key, you must use the login secret and not the secret key with OAuth.","type":"OAuthException"}}

$url='https://graph.facebook.com/oauth/access_token?client_id='.$APPID.'&redirect_uri='.$RDURL.'&client_secret='.$APPSECRET.'&code='.$_GET['code'];

Why do I get the following error message?

{"error":{"message":"Error validating login secret. Since your application has a login secret in addition to a secret key, you must use the login secret and not the secret key with OAuth.","type":"OAuthException"}}

$url='https://graph.facebook.com/oauth/access_token?client_id='.$APPID.'&redirect_uri='.$RDURL.'&client_secret='.$APPSECRET.'&code='.$_GET['code'];

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸 2024-12-24 06:08:30

我认为在 Facebook 应用程序的设置页面中,您已启用此选项:

“强制使用 OAuth 调用和 auth.login 的登录密码”

尝试禁用它并查看是否有帮助。如果没有,请尝试将 $APPSECRET 替换为“登录密码”(如果有的话)。

I think in the settings page of your application on Facebook, you have enabled this option:

'Forces use of login secret for OAuth call and for auth.login'

Try disabling it and see if it helps. If it doesn't though, try replacing the $APPSECRET with a 'login secret' if you have any.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文