简体   繁体   中英

facebook authentication in ios10

when I am trying to login with facebook in ios 10 got this error

-canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn't be completed. (OSStatus error -10814.)".

Kindly help me out to solve this.

This is an Xcode warning indicating the the canOpenURL: call returned false. As long as you have configured the LSApplicationQueriesSchemes entry in your plist as described above, you can ignore this warning you can check this link for the total info : https://developers.facebook.com/docs/ios/ios9 , in which u can see what exactly to add in your plist in steps hope it helps you :)

I think you need to on Keychain Sharing flag under TARGETS->Capabilities->Keychain Sharing.

在此处输入图片说明

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