App invite dialog delegate methods result parameter contains no request id
问题 In fb-sdk 3.x . I was able to get request id after user has sent requests to their friends(using FBWebDialog s) this way I could show in my app that user has invited friends which improved user experience because user got confirmation that invites were sent. Now with fb-sdk 4.0 (using FBSDKAppInviteDialog ) I don't receive any data which would enable me to show invited friends. Do you have any suggestions how to get list of invited friends? 回答1: There is no way to get list of invited friends.