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.
現在、twitter4j-core-2.1.11.jar から 2.2.6 に移行中です。
twitter.getFriendsStatuses(twitter.getScreenName()).toString();
2.2.6 にはそのようなメソッドはありません。驚くべきことに、ライブラリには下位互換性がありません。
2.2.6 に同等の方法や、フレンドのステータスを取得する他の方法はありますか?
twitter4j-core-2.2.6.jarでこのメソッドを取得できませんでした
だから2.1.11に固執する必要がありました
誰かがより良い選択肢を持っているなら、ここに返信してください、それは検索に来る他の誰かを助けるかもしれません。