下面附上我的代码.
FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init]; [login logInWithReadPermissions:@[@"public_profile",@"email",@"user_frIEnds"] fromVIEwController:self handler:^(FBSDKLoginManagerLoginResult *result,NSError *error){ if ([FBSDKAccesstoken currentAccesstoken]) { startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,ID result,NSError *error) { if (!error) { } }]; }}];解决方法 iOS9.2.1
这解决了我的308问题
打开’源代码’,pList文件,搜索LSApplicationQuerIEsSchemes,然后根据需要添加/修改.
<key>LSApplicationQuerIEsSchemes</key><array> <string>fbauth2</string> <string>fbAPI</string> <string>fb-messenger-API</string> <string>fbshareextension</string></array>总结
以上是内存溢出为你收集整理的iOS 9未登录Facebook登录?全部内容,希望文章能够帮你解决iOS 9未登录Facebook登录?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)