Facebook登录问题,没有终止应用程序

时间:2016-05-07 07:12:08

标签: objective-c xcode facebook login

为什么会出现此错误?

canOpenURL:网址失败:" fbauth2:/" - 错误:"(null)"

1 个答案:

答案 0 :(得分:0)

请在xcode项目的info.plist文件的url架构中添加fbauth2。 还要添加

<key>LSApplicationQueriesSchemes</key> <array>
    <string>fbapi</string>
    <string>fbauth</string>
    <string>fbauth2</string> </array>

在info.plist文件中。 了解更多信息https://developers.facebook.com/docs/ios/ios9