使用 iPhone 在 Twitter 上关注

发布于 2024-09-16 08:54:58 字数 252 浏览 2 评论 0原文

用户可以使用 iPhone 应用程序在 Twitter 上跟进吗?我已经完成了向 Twitter 帐户发送推文的功能。但现在我必须对 Twitter 功能进行跟进。

我有一个 iPhone 应用程序。我需要使用信息页面中的应用程序来跟进 Twitter 功能。其中,如果用户单击 Twitter 上的“跟进”,则用户需要输入用户名或密码,然后用户可以在 Twitter 上跟进所选应用程序。

请帮我找出解决方案。如果可以的话给我一些参考。提前致谢......

Can User follow up on twitter using iphone application. I have done the functionality of sending tweet to twitter account. But now I have to do the follow up on twitter functionality.

I have an iphone application. I need to do the follow up on twitter functionality using the application in the info page. In which if user clicks on follow up on twitter then user need to enter username or password and then user can follow up on twitter to the selected application.

Please help me to find out the solution. If possible then give me some reference. Thanks in advance......

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

内心旳酸楚 2024-09-23 08:54:58
 Use MGTwitter Engine and invoke enableUpdatesFor method
     -(IBAction)Followme:(id)sender
      {
         NSString *username = @"Twitter_user_name";
         [_engine enableUpdatesFor:username];
      }
 Use MGTwitter Engine and invoke enableUpdatesFor method
     -(IBAction)Followme:(id)sender
      {
         NSString *username = @"Twitter_user_name";
         [_engine enableUpdatesFor:username];
      }
-残月青衣踏尘吟 2024-09-23 08:54:58

MGTwitterEngine 是一个非常好的库,用于在iPhone。它附带了很多关于如何使用它的示例。

MGTwitterEngine is a really good library for doing Twitter stuff on the iPhone. It comes with lots of examples on how to use it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文