简体   繁体   中英

Facebook IOS sdk: FBSDKLoginBehavior on native not supported

I'm looking for a sign in with facebook integration for my ios app. But I read this in the changelog of the SDK (version 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?

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. The only fb login behavior option available now is '.browser'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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