これは私が電話中に得ているものですtwitter.getOauthRequestToken(callbackUrl)
。正しいコンシューマ キーとコンシューマ シークレットを追加しました。
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 ライブラリを使用する必要がありますか? 助言がありますか?