我有一個使用fb登錄的網站。在我將其上傳到生產主服務器(https服務器)之前,本地主機中的所有內容都可以使用。有人能幫我嗎。我已經改變了直接的URI和域名,但仍然不起作用。會出現一個錯誤:fb登錄在網絡服務器上傳時無法正常工作
Graph returned an error: Unable to load URL: Domain of this URL is not included in the domain of the application. To load this URL, please add all domains and subdomains to the app settings application domain.
注:我已經改變了有效的OAuth重定向的URI,但仍然無法正常工作。
確保應用程序域和站點URL設置正確 –
我已經不喜歡: 網站網址:https://www.sample.world/ 應用程序域:www.sample.world和sample.world 或我把它弄錯了? –
你有什麼將有效的Oauth重定向URI設置爲?它與您的登錄對話框調用中使用的redirect_uri值相匹配嗎? – CBroe