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.
我正在尝试在我的 android 应用程序中集成一个 twitter FOLLOW US按钮。因此,如果用户单击该按钮,他/她就会开始关注我在 Twitter 上的应用程序页面。我为此下载了 Twitter4J。但我很困惑如何以及从哪里开始。我看过很多关于向帐户发送推文的文章,但没有人提到与FOLLOW相关的任何事情。任何人都可以指导我应该遵循的步骤来创建这个跟随按钮。
谢谢。
您必须为此调用createFriendship函数。
对于编码帮助,这里是如何集成的帮助
可能复制 SO Question Android, Twitter, 'FOLLOW US'