-canOpenURL:URL失败:" fbauth2:/" - 错误:"操作无法完成。 (OSStatus错误-10814。)"

时间:2017-11-09 07:16:18

标签: ios objective-c

我是否需要在info.plist中添加其他内容?

  

-canOpenURL:网址失败:" fbauth2:/" - 错误:"操作无法完成。 (OSStatus错误-10814。)"

<key>CFBundleURLTypes</key>
<array>
    <dict>
        <key>CFBundleURLSchemes</key>
        <array>
            <string>fb232259140641364</string>
        </array>
    </dict>
</array>
<key>FacebookAppID</key>
<string>232259140641364</string>
<key>FacebookDisplayName</key>
<string>lodore</string>


   <key>LSApplicationQueriesSchemes</key>
<array>
    <string>fbapi</string>
    <string>fb-messenger-api</string>
    <string>fbauth2</string>
    <string>fbshareextension</string>
</array>

0 个答案:

没有答案