這個應用程序的開發人員沒有爲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. 選擇添加管理員,開發人員或測試人員。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章