我正在使用facebook sdk登录到我的网站...
这是我的应用程序设置

当我使用登录功能时,它允许登录,但抛出错误,不返回到我的网站错误是这样的…
Given URL is not allowed 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.会有什么问题呢?
帮帮我
发布于 2013-08-29 20:29:55
您应该将您的应用程序域添加到应用程序域到您的Facebook应用程序配置,如截图所示。例如,如果您的站点是
www.example.com
您应该添加
example.com
到您配置中的应用域名(从上到下的第4个字段)
https://stackoverflow.com/questions/18510146
复制相似问题