這是我在撥打twitter.getOauthRequestToken(callbackUrl)
時得到的。 我已經添加了正確的消費者密鑰和消費者密鑰。問題在Oauth與twitter4j
401:Authentication credentials (https://dev.twitter.com/docs/auth) were missing or incorrect. Ensure that you have set valid conumer key/secret, access token/secret, and the system clock in in sync.
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<error>Desktop applications only support the oauth_callback value 'oob'</error>
<request>/oauth/request_token</request>
</hash>
我調試了多次代碼,發現上面的調用之前,每個憑證已到位。 任何使用過twitter4j的人都可以指出問題所在?或者我應該使用另一個oauth庫?有什麼建議麼?
我在這裏註冊我的應用程序 - https://dev.twitter.com/apps/new並作爲一個web應用程序。 – Shwetanka
有一個[在登記怪癖(http://groups.google.com/group/twitter-development-talk/browse_thread/thread/0f744fe83fd9ef90),需要一個回調URL在註冊頁面或將其默認值,你到桌面應用。 –
@Nischal,我有一個類似的問題http://stackoverflow.com/questions/15326040/twitter4j-getting-inconcistent-authentication-errors,很想得到你的想法。 – user1172468