我正在使用 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>
我无法理解这个异常是什么以及它为什么会发生。
请建议我解决这个问题。
提前致谢