在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.任何人都知道如何解决这个问题
发布于 2014-07-24 03:04:38
domainname.com不是www.domainname.com
如果您已将www.domainname.com配置为站点URL,则不允许使用domainname.com。如果你反其道而行之,它应该是可行的。
https://stackoverflow.com/questions/24918579
复制相似问题