这个应用程序的开发人员没有为Facebook登录正确设置此应用程序?

本文翻译自:The developers of this app have not set up this app properly for Facebook Login?

I'm trying to make login with Facebook available in my script. 我正试图在我的脚本中使用Facebook登录。 I've done everything, but when I attempt to login with a Facebook account I get this error from Facebook: 我已经做了一切,但当我尝试使用Facebook帐户登录时,我从Facebook收到此错误:

Error 错误

App Not Setup: The developers of this app have not set up this app properly for Facebook Login. 应用程序未设置:此应用程序的开发人员尚未为Facebook登录正确设置此应用程序。

Here's error screenshot: 这是错误截图:

在此输入图像描述

Any ideas? 有任何想法吗?


#1楼

参考:https://stackoom.com/question/1RUiA/这个应用程序的开发人员没有为Facebook登录正确设置此应用程序


#2楼

Many reasons including: 原因很多,包括:

  1. Sandbox mode is ON 沙盒模式为ON
  2. Domain name is different 域名不同
  3. Site URL is different. 网站网址不同。

#3楼

the problem was you have to set 问题是你必须设置

Do you want to make this app and all its live features available to the general public? 您想让这个应用程序及其所有实时功能向公众开放吗?

set status and review to ON and problem solved status and review设置为ON并解决问题

enjoy coding 喜欢编码


#4楼

Since the UI of the facebook has changed recently, here's the latest update for setting the sandbox mode ON/OFF : 由于最近facebook的UI已经改变,这里是用于设置沙盒模式ON / OFF的最新更新:

  1. Go to https://developers.facebook.com/ 转到https://developers.facebook.com/

  2. Click on the Apps menu on the top bar. 单击顶部栏上的“应用程序”菜单。

  3. Select the respective app from the drop down. 从下拉列表中选择相应的应用程序。

  4. Go to 'Status & Review' from the table in the left side of the page. 从页面左侧的表格中转到“状态和审核”。

  5. Do you want to make this app and all its live features available to the general public? 您想让这个应用程序及其所有实时功能向公众开放吗? - Select switch to set YES/NO value. - 选择开关设置YES / NO值。

Update: The YES/NO button will be disabled until and unless you provide your contact email. 更新:除非您提供联系电子邮件,否则将禁用“是/否”按钮。

  1. Go to "Settings" in the left menu. 转到左侧菜单中的“设置”。

  2. Update your Contact Email. 更新您的联系电子邮件

  3. Hit the "Save" button at the bottom of the page. 点击页面底部的“保存”按钮。

Update: 'Status & Review' is replaced by 'App Review' now 更新: “状态和评论”现在被“App Review”取代


#5楼

好吧 - 沙盒关闭,域名必须正确,因为99%的用户可以访问该应用程序,并且“所有可用于公众的实时功能”设置为是。


#6楼

If the app is still in private mode ( Status and Review set to NO ), then only Facebook users with role in the app can login. 如果应用仍处于私人模式( Status and Review设置为“ 否” ),则只有在应用中具有角色的Facebook用户才能登录。 That unless you set it to public ( Status and Review set to YES ). 除非您将其设置为公共Status and Review设置为YES )。

To add more users to be able to login to a private app: 要添加更多用户以便能够登录私人应用:

  1. Go to https://developer.facebook.com 转到https://developer.facebook.com
  2. Go to Apps -> "Your app" -> Roles 转到应用 - >“您的应用” - >角色
  3. Choose Add Administrator,Developer or Tester. 选择添加管理员,开发人员或测试人员。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章