相关疑难解决方法(0)

Facebook"无效的redirect_uri",但网址对我来说很好看

尝试使用OAuth对Facebook进行身份验证时出现以下错误:

{
   "error": {
      "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
      "type": "OAuthException"
   }
}
Run Code Online (Sandbox Code Playgroud)

我的网址看起来像这样:

https://graph.facebook.com/oauth/authorize?client_id=283993944973616&redirect_uri=http://dennys-m.appspot.com/fb_login/&scope=publish_stream,email&display=popup
Run Code Online (Sandbox Code Playgroud)

我知道有很多其他帖子有这个问题,但我看不出是什么会让我的网址无效.有什么想法我收到这个错误?

javascript facebook oauth-2.0

26
推荐指数
3
解决办法
5万
查看次数

标签 统计

facebook ×1

javascript ×1

oauth-2.0 ×1