如何将 Twitter 集成到我的 iPhone 应用程序

发布于 2024-12-25 08:15:19 字数 400 浏览 0 评论 0原文

我需要将 Twitter 集成到我的 iPhone 应用程序中。我已经尝试了许多第 3 方 SDK,但自从我在项目中启用了 ARC 后就不起作用了。

1.) 所以我需要知道是否有一个由 Twitter 自己拥有的原生 Twitter API? 2.) 我已经尝试过 sharekit,但我可以知道是否有其他 3rd 方 API 可以用来为我的应用程序集成 twitter。

注意:它应该适用于 iOS 4.3 及更高版本。也不要说这个问题是重复的(我已经看过其他问题,但还没有找到解决我的问题的方法):)

我已经看过 这个

i need to integrate Twitter to my iPhone application. I have tried many 3rd party SDks, but non worked since i have enabled ARC to my project.

1.) So i need to know if there's a Native Twitter API which will be owned by Twitter it self ?
2.) I have tried sharekit, but may i know if there's other 3rd party APIs that i could use to integrate twitter for my application.

note: It should work for both iOS 4.3 and above. Also do not say this question is duplicated (i have looked at other questions but didn't find a solution to my problem yet) :)

i have already looked at this.

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

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

发布评论

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

评论(1

本宫微胖 2025-01-01 08:15:19

如果您使用sharekit,请确保使用sharekit 2.0,它与iOS 5兼容。
我推荐你 ShareKit 因为它有很多其他功能可能对你有用,如果你改变主意并给 sharekit 第二次机会,尽管问我,我会尽力帮助你。

另外,如果你激活了ARC,我认为你的应用程序将不兼容iOS 4.3,所以要考虑一下。如果您坚持将 ARC 与第三方 SDK 一起使用,只需删除所有“保留”、“释放”和其他不允许的表达方式即可。 XCode 会告诉您哪些表达式不可用于 ARC。

If you are using sharekit, be sure to be using sharekit 2.0, it has compatibility with iOS 5.
I recommend you ShareKit because it has a lot of other functionalities that may be useful for you, if you change your mind and give sharekit a second chance, just ask me and I will try to help you.

Also, if you have the ARC activated, I think your application won't have compatibility with iOS 4.3, so think about it. In case you insist in using ARC with 3rd party SDKs, just remove all the "retain", "release" and other expressions that are not allowed with it. XCode will tell you which expressions are not available with ARC.

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