FBFriendPickerDelegate disappeared with Facebook v4
问题 I recently updated my iOS app using Facebook v3 to Facebook v4 (with Parse & Parse-UI iOS). Problem is that FBFriendPicker seemed to disappear. Did someone find how to get such feature with the new SDK for iOS ? 回答1: You can replace the Facebook SDK with the latest Facebook SDK 4.x and try the following code. FBSDKAppInviteContent *content =[[FBSDKAppInviteContent alloc] init]; content.appLinkURL = [NSURL URLWithString:@"https://fb.me/appId"]; //optionally set previewImageURL content