2013-04-06 89 views
2

我已经从http://code.google.com/p/socialauth-android/下载了源代码无法检索访问令牌。状态:微博上的401访问权限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) 

我检查,回调URL(https://www.google.co.in/)和消费的关键,和权限(读,写 和直接留言)

现在我不能访问叽叽喳喳。

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

+0

嗨ganesh请检查新的瓶子 – vineet 2013-04-11 12:21:11

+0

@vineet嗨,这个新的罐子只能用于用户配置文件。当我收到朋友列表时,它会抛出错误。 – RVG 2013-04-16 04:37:39

+0

嗨,感谢您的反馈将检查并让你知道很快。 – vineet 2013-04-20 08:20:42

回答