从其他 iOS 应用程序启动 Facebook 和 Twitter 应用程序

发布于 2024-10-22 02:18:44 字数 584 浏览 1 评论 0原文

嘿伙计们, 我仍在继续构建我的 iPhone 项目,但在启动 facebook 应用程序时遇到问题。首先,我假设每个 SDK Xcode 开发人员都知道 Facebook 应用程序在模拟中没有 facebook 或 twitter 应用程序。由于我有一个关于我公司的 facebook 页面和 twitter 帐户,我似乎无法测试从 facebook 应用程序启动我的 facebook 页面或从 twitter 应用程序启动我的 twitter 页面,因为它们不存在于 iOS 模拟器中。所以我想知道如果 Facebook 和 Twitter 应用程序不存在,我如何从 Facebook 和 Twitter 应用程序打开我的 Facebook 和 Twitter 页面?我不想使用 Facebook 或 Twitter URL,然后将其加载到 UIWebView 中,我想打开 Facebook 和 Twitter 应用程序以在单击项目中的按钮后启动,然后该项目将关闭并打开 Facebook或 Twitter 应用程序(来自应用程序商店的应用程序),所以希望有人知道如何逐步帮助我,或者他们是否有知道如何运行 facebook 或 twitter 应用程序的代码,如果我的英语不够清晰,抱歉,但希望你能帮助我或有更好的解决方案来帮助解决我的问题,谢谢

Hey guys,
I am still continuing to build my iPhone project and I am having trouble with launching the facebook application. First of all, I am assuming every SDK Xcode developer knows that the Facebook application doesn't have the facebook or twitter app in the simulation. Since I have a facebook page and a twitter account about my company, I can't seem to test to launch my facebook page from the facebook application or my twitter page from the twitter application because they are not there in the iOS Simulator. So I was wondering how can I open my facebook and twitter page from the facebook and twitter application if they are not there? I don't want to use a Facebook or Twitter URL, then load it into a UIWebView, I want to open the Facebook and Twitter application to launch after the click of a button in my project, then the project will close and open either Facebook or Twitter application (the ones from the app store), so hopefully someone know how they can help me step by step or if they have a code that knows how to run the facebook or twitter application and sorry if my english is not clear enough, but hopefully you can help me or have a better solution to help solve my problem, thanks

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

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

发布评论

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

评论(1

自由如风 2024-10-29 02:18:44

我相信 facebook 应用程序会监听 URI,例如 fb://,所以我建议您在谷歌上搜索一下。

例如:http://wiki.akosma.com/IPhone_URL_Schemes#Facebook

I believe the facebook app listens to URI's like fb://, so I would suggest googling around for that.

Look here for example: http://wiki.akosma.com/IPhone_URL_Schemes#Facebook

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