oauth_token=957cafde5a115a79c0760f9b0e340f6b通过用户授权后,通过response重定向到doubanLogin.actionresponse.sendRedirect(myService.getAuthorizationUrl(http://localhost:8080/ART/user/doubanLogin.action));下面是doubanLogin.action里面的代码JavacodeStringrequestToken=request.getParameter(oauth_token);DoubanService...
参考豆瓣开发者文档接入的,已经可以正常获取authorization_code了,然后利用authorization_code来获取access_token的时候,遇到了http 400的错误,我是完成按照“https://www.douban.com/service/auth2/token? client_id=0b5405e19c58e4cc21fc11a4d50aae64& client_secret=edfc4e395ef93375& redirect_uri=https://ww...