【问题标题】:server error 500 when calling auth dialog for not authenticated before users调用身份验证对话框时服务器错误 500 未在用户之前进行身份验证
【发布时间】:2013-08-27 13:17:06
【问题描述】:

当我尝试注册一个新用户时,我的应用程序请求对话框 url 在“chrome windows”上返回 500 错误页面,在“firefox ubuntu”中返回空白

复制步骤:#

生成一个授权网址 客户 ID, 重定向uri 状态, 范围

预期行为:

向具有权限的用户显示身份验证对话框 然后重定向到带参数的回调url

实际行为#:

在“chrome windows”上返回 500 错误页面,在“firefox ubuntu”中返回空白 测试链接 https://www.facebook.com/dialog/oauth?client_id=228169977330896&redirect_uri=http%3A%2F%2Fwww.jobzella.com%2Fsocialauth%2Fauth%2Fcallback%2Ffacebook&state=ba63140fdc0ed2d8b5e133a321966363&scope=offline_access%2Cemail%2Cuser_birthday&response_type=code

【问题讨论】:

标签: php facebook facebook-graph-api authentication dialog


【解决方案1】:

问题在于无效的范围“offline_access”。

当范围无效时,Facebook 不会提供错误的详细信息,我已观察到这一点。

【讨论】:

  • 其实,现在一切正常,facebook 有问题,从他们这边解决了
猜你喜欢
  • 1970-01-01
  • 2021-07-26
  • 1970-01-01
  • 2015-09-23
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-05-25
相关资源
最近更新 更多