简体   繁体   English

Facebook IOS sdk:不支持本机上的 FBSDKLoginBehavior

[英]Facebook IOS sdk: FBSDKLoginBehavior on native not supported

I'm looking for a sign in with facebook integration for my ios app.我正在为我的 ios 应用程序寻找与 facebook 集成的登录。 But I read this in the changelog of the SDK (version 6.0.0)但我在 SDK(版本 6.0.0)的更新日志中读到了这个

LOGINKIT
FBSDKLoginBehavior Login flows no longer support logging in through the native application. This change reflects that.

So if I understand it correct, you can't sign in anymore with facebook on you IOS app or are there other possiblities?因此,如果我理解正确,您将无法再在 IOS 应用程序上使用 Facebook 登录,或者还有其他可能性吗?

Thanks in advance!提前致谢!

Yes that is correct, updating the sdk on an app that's using an older version will trigger build errors anywhere '.native' is specified.是的,这是正确的,在使用旧版本的应用程序上更新 sdk 将在指定“.native”的任何地方触发构建错误。 The only fb login behavior option available now is '.browser'现在唯一可用的 fb 登录行为选项是“.browser”

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

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