在facebook应用程序中定义
Deauthorize Callback URL - http://www.domainname.com/3c/login/fblogin.xhtml
Valid OAuth redirect URIs - http://www.domainname.com/3c/login/fblogin.xhtml
-Site URL - http://www.domainname.com
现在如果有人访问
这样的网站http://domainname.com/3c
我正在异常
Warning
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.
任何人都知道如何解决此问题
答案 0 :(得分:1)
domainname.com 不是 www.domainname.com
如果您已将 www.domainname.com 配置为网站网址,则不允许 domainname.com 。如果你这样做,反过来应该有效。