我在本地开发中登录facebook时遇到此错误。我正在使用facebook_django包。我的开发服务器运行在0.0.0.0:8000。在我的网站网址中,我尝试将我的网站网址设置为127.0.0.1:8888和0.0.0.0:8000,两种方式都会产生相同的错误
Given URL is not permitted by the application configuration.:
One or more of the given URLs is not allowed by the App's settings.
It must match the Website URL or Canvas URL, or the domain must be a
subdomain of one of the App's domains.
本地开发中App Domain字段的输入应该是什么?