Facebook 应用程序抛出错误 "Given URL is not allowed by the Application configuration"
Facebook app throws error "Given URL is not allowed by the Application configuration"
所以我在我的 canvas 应用程序中添加了一个赞框,但此后一直出现以下错误:
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.
我已经通读了关于这个主题的大多数问题,几乎所有问题都告诉我在应用程序设置中设置我的域,设置页面选项卡 URL,启用嵌入式浏览器 OAuth 登录,添加域名为 URL 的网站平台 - 我已经完成所有这些,但无济于事。我不是 运行 本地主机上的应用程序,输入的所有 URL 都与实际应用程序 URL 一致。但是我仍然不断收到这个错误,导致类似的框在不同的会话期间随机出现和消失。
您的重定向 URL 必须在您在 Facebook 应用程序上注册的注册 Web 域内。
所以我在我的 canvas 应用程序中添加了一个赞框,但此后一直出现以下错误:
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.
我已经通读了关于这个主题的大多数问题,几乎所有问题都告诉我在应用程序设置中设置我的域,设置页面选项卡 URL,启用嵌入式浏览器 OAuth 登录,添加域名为 URL 的网站平台 - 我已经完成所有这些,但无济于事。我不是 运行 本地主机上的应用程序,输入的所有 URL 都与实际应用程序 URL 一致。但是我仍然不断收到这个错误,导致类似的框在不同的会话期间随机出现和消失。
您的重定向 URL 必须在您在 Facebook 应用程序上注册的注册 Web 域内。