我看过并试过很多东西,但不幸的是我在我的论坛(IP.Board 3.4)上修复Facebook Connect是不成功的。它以前工作过,但由于一些不明原因停止工作。现在我收到一个错误(代码191)...我很确定我已经正确设置了所有内容。我希望Stack Overflow社区可以帮助我。以下是有人尝试使用FB注册时显示的完整错误消息:
{
"error": {
"message": "Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.",
"type": "OAuthException",
"code": 191,
"fbtrace_id": "G9FSrFXlu0Y"
}
}
感谢您的时间和帮助!
答案 0 :(得分:1)
要通过网站平台登录,您需要添加相应的有效OAuth重定向URI。 (因为在这种情况下,地址不会是apps.facebook.com/something
)
有效的OAuth重定向URI字段必须包含登录对话框调用中redirect_uri参数的确切值。