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 登录用户的用户名和密码。我找到了一个 BasicAuthorization 类,它允许使用用户名和密码登录。但是现在呢?登录后如何访问推文?
Twitter 已经停止支持 Twitter API 中的 Basic Authentication 很长时间了,所以你必须使用 OAuth。
有关更多信息,您可以查看 Twitter4J 2.2.5 更新日志。
· 停用基本认证(TFJ-560)