I want to make a friend request in my app using the FBWebDialogs
and I tried implementing the solution given through here which is:
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: facebookUserId, @"id", nil];
[FBWebDialogs presentDialogModallyWithSession:nil dialog:@"friends" parameters:params handler:nil];
It showed the request but when I click the confirm, there is an error saying "Sorry, something went wrong" We're working on getting this fixed as soon as we can.
I am using the latest Facebook SDK
. Do you encounter this error also?
Thanks for the help.
the bundle id on developers.facebook.com need to be exactly identical to the one in your app