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.
我有一个表格视图,其中显示了我的 Twitter 关注者列表。我喜欢只将推文发送给特定的关注者。选择行后,我将获得关注者的屏幕名称和 ID,以及如何在此方法中仅使用关注者名称发布推文
[postRequest setAccount:twitterAccount]
除了使用这种方法之外,还有其他方法吗?
先感谢您。