我从http://code.google.com/p/socialauth-android/
下载了源代码它在上个月完成了工作。
当我现在检查时,我无法使用twitter。它抛出错误。
04-06 14:30:12.130: W/System.err(1595): org.brickred.socialauth.exception.SocialAuthException: Unable to retrieve the access token. Status: 401
04-06 14:30:12.130: W/System.err(1595): at org.brickred.socialauth.util.OAuthConsumer.getAccessToken(OAuthConsumer.java:251)
04-06 14:30:12.130: W/System.err(1595): at org.brickred.socialauth.oauthstrategy.OAuth1.verifyResponse(OAuth1.java:96)
04-06 14:30:12.130: W/System.err(1595): at org.brickred.socialauth.oauthstrategy.OAuth1.verifyResponse(OAuth1.java:106)
04-06 14:30:12.130: W/System.err(1595): at org.brickred.socialauth.provider.TwitterImpl.doVerifyResponse(TwitterImpl.java:174)
04-06 14:30:12.130: W/System.err(1595): at org.brickred.socialauth.provider.TwitterImpl.verifyResponse(TwitterImpl.java:165)
04-06 14:30:12.130: W/System.err(1595): at org.brickred.socialauth.SocialAuthManager.connect(SocialAuthManager.java:183)
04-06 14:30:12.130: W/System.err(1595): at org.brickred.socialauth.android.SocialAuthDialog$SocialAuthWebViewClient$1.run(SocialAuthDialog.java:201)
04-06 14:30:12.130: W/System.err(1595): at java.lang.Thread.run(Thread.java:1020)
我已经检查过,回调网址(https://www.google.co.in/),以及消费者密钥和权限(读取,写入) 并直接留言)
现在我无法访问推特。
有什么问题?为什么无法访问令牌?
答案 0 :(得分:3)
嗨,看看https://code.google.com/p/socialauth-android/issues/detail?id=46,它似乎是同一个问题。
最近Twitter发布了一些尚未反映在socialauth-android库中的更改,但socialauth-android人员提供了一个新的库jar(请参阅问题评论)。