将 Twitter 集成到 iOS 4.3+应用程序

发布于 2024-12-19 09:34:44 字数 130 浏览 2 评论 0原文

我现在正在尝试将 Twitter 与我的应用程序集成。我已经成功设置了 iOS 5 TWTweetComposeViewController,但这在 iOS 4.3 上不起作用。将 Twitter 发帖集成到 iOS 4.3 中的最佳方法是什么?

I'm trying to integrate Twitter with my App right now. I have successfully set up the iOS 5 TWTweetComposeViewController, but this does not work on iOS 4.3. What's the best method to also integrate Twitter posting into iOS 4.3?

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

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

发布评论

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

评论(3

审判长 2024-12-26 09:34:44

DETweetComposeViewController

开源。模仿 TWTweetComposeViewController。适用于 iOS 4 及更高版本。

DETweetComposeViewController

Open source. Mimics TWTweetComposeViewController. Works with iOS 4 and later.

倾城月光淡如水﹏ 2024-12-26 09:34:44

Sharekit 是一个框架,可以帮助您在 iOS 5 之前的版本上设置 Twitter。如果您第一次了解 Sharekit,看起来您只能将其用作完整的框架。但请继续阅读:您可以使用 Sharekit 的任何部分(Twitter、Facebook 等)来连接您自己的 GUI。

Sharekit is a framework that may help you to setup Twitter on iOS version pre 5. If you take a first look at Sharekit, it may look like you only can use it as a complete framework. But read on: you can use any of the fractions (Twitter, Facebook etc) of Sharekit to connect with your own GUI.

同尘 2024-12-26 09:34:44

使用自定义库并自行实现推文屏幕。或者,您可以将用户重定向到 twitter:// URL,该 URL 将打开 Twitter 应用程序,或者仅打开 Web Intent。 http://dev.twitter.com

Use a custom library and implement the tweet screens yourself. Alternatively you could redirect the user to a twitter:// URL which will open the Twitter application, or just open a Web Intent. http://dev.twitter.com

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