检查 RFC 3986
当发布以下请求时
https://graph.facebook.com/oauth/access_token?oauth_version="1.0"&oauth_nonce="5887e 5b11904194f7d217e9b7f795d62"&oauth_timestamp="1317623602",&oauth_consumer_key="607197622" &oauth_token="AQD8Y6xnKqRYThyLowBETEx5-fyr_cqVcmvItdnfgv01B24_WA0ykwRmkJgG6c yQgEJpyXQLIEauF0B24p8oqffoO-brGa2V1H9GASlAazKwOv65CvlbvGsEGd0Dk2VC58iiKGgB7xo7Rf4 nL-V-G_buB_nNaHsyLHJJp-j2Rg9_4fmBmic74QrS1VIedU4W5-Sb2K-8oNh8a--mi9lIIyah#_=_"&a mp;oauth_signature_method="HMAC-SHA1"&oauth_signature="96be7526390b287e7a32d" &redirect_uri="https://apps.facebook.com/mymegha/"
出现以下错误
{ "error": {
"message": "Missing redirect_uri parameter.",
"type": "OAuthException"
}
}
如何解决此问题?
When posting the following request
https://graph.facebook.com/oauth/access_token?oauth_version="1.0"&oauth_nonce="5887e5b11904194f7d217e9b7f795d62"&oauth_timestamp="1317623602",&oauth_consumer_key="607197622"
&oauth_token="AQD8Y6xnKqRYThyLowBETEx5-fyr_cqVcmvItdnfgv01B24_WA0ykwRmkJgG6cyQgEJpyXQLIEauF0B24p8oqffoO-brGa2V1H9gASlAazKwOv65CvlbvGsEGd0Dk2VC58iiKGgB7xo7Rf4nL-V-G_buB_nNaHsyLHJJp-j2Rg9_4fmBmic74QrS1VIedU4W5-Sb2K-8oNh8a--mi9lIIyah#_=_"&oauth_signature_method="HMAC-SHA1"&oauth_signature="96be7526390b287e7a32d"
&redirect_uri="https://apps.facebook.com/mymegha/"
getting the following error
{ "error": {
"message": "Missing redirect_uri parameter.",
"type": "OAuthException"
}
}
How to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除参数周围的双引号。
Remove the double quotes around the parameters.