在接收授权代码并使用GET https://graph.facebook.com/v3.3/oauth/access_token?
请求访问令牌后,我正在使用facebook API测试OAuth 2.0,我得到了以下响应:
{
"error": {
"message": "Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "Dl3lYjJLKKy"
}
}
redirect_uri与登录对话框中的相同,因为我只是在本地主机上进行测试。
直到今天一切正常,我什至使用localtunnel测试了新的回调URL,但它根本不起作用