我正在使用scribe 1.3.3 Oauth库将图片上传到twitter。
我能够获得RequestToken和验证者,但仍然
Token accesstoken=oAuth.getAccessToken(requestToken, verifier); is throwing exception
例外:
org.scribe.exceptions.OAuthException: Response body is incorrect. Can't extract token and secret from this: '<?xml version="1.0" encoding="UTF-8"?>
03-05 15:52:24.810: E/AndroidRuntime(28777): <hash>
03-05 15:52:24.810: E/AndroidRuntime(28777): <request>/oauth/access_token</request>
03-05 15:52:24.810: E/AndroidRuntime(28777): <error>Invalid / expired Token</error>
03-05 15:52:24.810: E/AndroidRuntime(28777): </hash>
我无法理解这个异常是什么以及它为什么会发生。
请建议我解决这个问题。
提前致谢