简体   繁体   English

Facebook登录iOS应用程序

[英]Facebook login in iOS app

I'm searching for a guide that can explain to me how I can to create a facebook login in my iOS6 app by using storyboard. 我正在寻找一个指南,可以向我解释如何使用storyboard在我的iOS6应用程序中创建Facebook登录。 So far I haven't found anything. 到目前为止我还没有找到任何东西。 Is there anyone who can help me? 有没有人可以帮助我? I'm searching for a complete guide, or a complete explanation. 我正在寻找完整的指南或完整的解释。

If you have time, I will thank you if you helped me with the other facebook features to integrate in my iOS app (sharing, like, etc.). 如果你有时间,我会感谢你,如果你帮助我将其他facebook功能整合到我的iOS应用程序中(分享,等等)。

Everything is well explained with tutorial in Facebook developer site Facebook开发者网站上的教程很好地解释了一切

Facebook Login on iOS iOS上的Facebook登录

What is your minimum SDK? 您的最低SDK是多少? You can have 3 types of FB login, with a dialog popup provided by Facebook SDK, by redirecting user to the FB app, or using iOS's own Social framework to do. 您可以通过Facebook SDK提供的对话框弹出窗口,通过将用户重定向到FB应用程序或使用iOS自己的Social框架来进行三种类型的FB登录。 However, it depends on the Min SDK you are set. 但是,这取决于您设置的Min SDK。 below iOS 6 you can't use Social framework. 在iOS 6下面你不能使用社交框架。

The complete documention is here , there are also examples in Facebook SDK download, you can check them out, there are real Xcode projects. 完整的文档在这里 ,还有Facebook SDK下载中的示例,您可以查看它们,其中包含真正的Xcode项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM