我正在开发一个 Facebook 应用程序。当我尝试获取访问令牌时,我收到以下消息:
An error occurred with test. Please try again later.
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.
https://apps.facebook.com/fb_invite_app/----- > URL 我已经配置了
站点 URL https://safe-gorge-5005.herokuapp.com/ 画布 URL 与上面的画布页面 URL 相同,我的 php 代码已定义(“FACEBOOK_CANVAS_URL”,“URL”);
是什么导致了这个错误,我该如何解决?