Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android1.6を使用しています。Twitter ボタンを統合して、Web ベースのアプリケーションで曲を Twitter フォロワーに共有したいと考えています。そのために、jtwitter.jar ファイルをアプリケーションに統合しました。
しかし、私が提供したユーザー名とパスワードを受け入れていません。
次のステートメントを使用して認証を確認しています。
twitter = new Twitter(username, password);
Twitter はOAuthに移行したため、そのようなユーザー名とパスワードでログインすることはできなくなりました。JTwitterは OAuth をサポートしています。