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
如果有人有更好的选择,请在这里回复,它可能会帮助其他来搜索的人。