2013-04-06 92 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

回答