Android 接入豆瓣登录获取AccessToken 400错误问题
参考
豆瓣开发者文档
接入的,已经可以正常获取authorization_code了,然后利用authorization_code来获取access_token的时候,遇到了http 400的错误,我是完成按照“
https://www.douban.com/service/auth2/token
?
client_id=0b5405e19c58e4cc21fc11a4d50aae64&
client_secret=edfc4e395ef93375&
redirect_uri=
https://www.example.com/back&
grant_type=authorization_code&
code=9b73a4248” 这个连接,并且也是post请求的,可是一直是400错误,不知道为什么。
各位大神有没有遇到这种情况,如何处理的。