无法检索访问令牌。状态:推特android上的401访问令牌

无法检索访问令牌。状态:推特android上的401访问令牌,android,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.bri

我已从下载源代码

它在过去的一个月里工作得很好

当我现在检查时,我不能使用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)
我已检查、回调url()、使用者密钥和权限(读、写) (电话和直接信息)

现在我无法访问twitter

有什么问题?为什么不能访问令牌


您好,看一下,似乎是同一个问题


Twitter最近做出了一些尚未反映在socialauth android库中的更改,但socialauth android人员提供了一个新的库罐(见问题评论)。

嗨,ganesh,请查看新的jar@vineet嗨,新的jar只用于获取用户配置文件。当我收到好友列表时,它会抛出错误。您好,感谢您的反馈,我们会检查并尽快通知您。