Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Facebook连接错误代码191_Facebook_Connect - Fatal编程技术网

Facebook连接错误代码191

Facebook连接错误代码191,facebook,connect,Facebook,Connect,我看了很多东西,尝试了很多东西,但不幸的是,我在我的论坛(IP.Board 3.4)上修复Facebook连接失败。它以前工作过,但不知什么原因停止了工作。现在我得到一个错误(代码191)。。。我很确定我把一切都安排好了。我希望Stack Overflow社区能帮我解决这个问题。以下是当有人试图使用FB注册时显示的完整错误消息: { "error": { "message": "Can't Load URL: The domain of this URL isn't inclu

我看了很多东西,尝试了很多东西,但不幸的是,我在我的论坛(IP.Board 3.4)上修复Facebook连接失败。它以前工作过,但不知什么原因停止了工作。现在我得到一个错误(代码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"
   }
}
屏幕1

屏幕2


谢谢你的时间和帮助

要通过网站平台登录,需要添加相应的有效OAuth重定向URI。(因为在这种情况下,地址将不是
apps.facebook.com/something


有效的OAuth重定向uri字段必须包含登录对话框调用中重定向uri参数的准确值。

对于通过网站平台登录,您需要添加相应的有效OAuth重定向uri。(因为在这种情况下,地址将不会是apps.facebook.com/something)嗨,谢谢你,我更改了地址,但仍然收到191错误。。。“消息”:“无法加载URL:此URL的域不包括在应用程序的域中。若要加载此URL,请将应用程序的所有域和子域添加到应用程序设置中的“应用程序域”字段中。”有效的OAuth Redirect uri字段必须包含登录对话框调用中Redirect_uri参数的准确值。谢谢您,现在一切都好了!好的,我添加了评论的内容作为简短的回答。