【发布时间】:2011-12-27 08:30:27
【问题描述】:
我在尝试使用 OAuth 向 Facebook 进行身份验证时遇到以下错误:
{
"error": {
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
"type": "OAuthException"
}
}
我的网址如下所示:
https://graph.facebook.com/oauth/authorize?client_id=283993944973616&redirect_uri=http://dennys-m.appspot.com/fb_login/&scope=publish_stream,email&display=popup
我知道有很多其他帖子都存在这个问题,但我看不出是什么让我的网址无效。任何想法为什么我会收到此错误?
【问题讨论】:
标签: javascript facebook oauth-2.0