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.
我使用的是安卓 1.6。我想集成一个 Twitter 按钮,以便将我基于 Web 的应用程序上的歌曲分享给我的 Twitter 关注者。为此,我将 jtwitter.jar 文件集成到我的应用程序中。
但它不接受我提供的用户名和密码。
我正在使用以下语句来检查身份验证:
twitter = new Twitter(username, password);
Twitter 已移至OAuth,因此您无法再使用类似的用户名和密码登录。JTwitter支持 OAuth。