xcode 使用 Facebook 登录的应用程序登录

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5000705/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:14:27  来源:igfitidea点击:

application login with facebook login

iphonexcodefacebook

提问by koti

I have an app with login page, and I want to make the application to work with "facebook login".
Can any one help me?

我有一个带有登录页面的应用程序,我想让该应用程序与“facebook 登录”一起使用。
谁能帮我?

Thanks...

谢谢...

回答by mark

The Facebook documentation will be your best resource.

Facebook 文档将是您最好的资源。

for websites: http://developers.facebook.com/docs/guides/web/#login

对于网站:http: //developers.facebook.com/docs/guides/web/#login

for mobile: http://developers.facebook.com/docs/guides/mobile/

移动端:http: //developers.facebook.com/docs/guides/mobile/

回答by Kobski

There is also this framework which is provided specifically for iOS:

还有一个专门为iOS提供的框架:

https://github.com/facebook/facebook-ios-sdk

https://github.com/facebook/facebook-ios-sdk