私は何が間違っているのか分かりません。私はtwitter4j.propertiesファイルを作成しました。私はコンストラクタを試しました。私はこのエラーが発生し続ける。私はtwitter4j-コアアンドロイド-2.2.5.jarを使用していますAndroid Twitter4J - 認証の資格情報が見つかりません
java.lang.IllegalStateException:認証資格情報が欠落しています。詳細については、http://twitter4j.org/configuration.htmlを参照してください。
String twitterpost = "testing"; Twitter twitter = new TwitterFactory().getInstance(); Status status = twitter.updateStatus(twitterpost); System.out.println("Successfully updated the status to [" + status.getText() + "].");
twitter4j.propertiesはプロジェクトのルートにありますが、私は運がないまま移動してみました。
ありがとうございました。
私はTwitter4J http://blog.blundell-apps.com/sending-のためのブログ記事を書きましたa-tweet/enjoy – Blundell