Hi frnds I need to send friend request via app I cant find any solution for this..
NSMutableDictionary *params =
[NSMutableDictionary dictionaryWithObjectsAndKeys:
@"FacebookId", @"id",
nil];
[FBWebDialogs presentDialogModallyWithSession:nil dialog:@"friends" parameters:params handler:nil];
Now I'm using this code but I got "We're working on getting this fixed as soon as we can".
I refer those link but I cant catch what they telling.
1.Can a facebook friend request be sent from my own app? 2.https://developers.facebook.com/docs/games/requests/v1.0
Pls help me to fix this issue.