我已经从http://code.google.com/p/socialauth-android/下载了源代码
它在过去的一个月里完美地工作了。
当我现在检查时,我无法使用推特。它抛出错误。
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(https://www.google.co.in/),消费者密钥和权限(读、写和直接消息)
现在我无法访问推特。
问题是什么?为什么无法访问令牌?