我在将网站与Facebook页面连接时遇到问题。
错误是:
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: Invalid redirect_uri: Given URL is not allowed by the Application configuration.
我的应用配置设置为:
页面代码的配置是:
fbconfig['baseurl'] = "http://mercatdocasio.hol.es/index.php"
问题出在哪里?
在我的localhost中工作,但在我的网站上无效...
答案 0 :(得分:1)
当您请求权限对话框时,您可以使用它提供redirect_url。此URL应位于您的应用程序范围内。
尝试将应用的Facebook开发者应用设置屏幕域设置为mercatdocasio.hol.es
。
如果它不起作用,那么权限对话框中的redirect_url无效(指定其他域)。