0

I tried many facebook codes to send invitation to my facebook friends this one is one of my tries

[FBWebDialogs presentRequestsDialogModallyWithSession:nil
>                                  message:@"Try this app called ..."
>                                     title:@"Invite to ..."
>                                      parameters:nil
>            handler:^(FBWebDialogResult result, NSURL *resultURL, NSError *error) {
>                            if (error) {
>                          // Case A: Error launching the dialog or sending request.
>                                    NSLog(@"Error sending request.");
>                        } else {
>                     if (result == FBWebDialogResultDialogNotCompleted) {
>                         // Case B: User clicked the "x" icon
>                       NSLog(@"User canceled request.");
>                          } else {
>                              NSLog(@"Request Sent.");
>                                   }
>                         }}];

the log give me the request send ...but nothing received Is it about the permissions setup in facebook app centre? what permissions shall I include there?

I hope I can find answer I look for days

Twinkle
  • 430
  • 1
  • 5
  • 21
  • 2
    Start again with [**this tutorial**](https://developers.facebook.com/docs/howtos/send-requests-using-ios-sdk/) from **the beginning** to **the end**, without missing a single word. We couldn't help more. – Stéphane Bruckert Jul 04 '13 at 20:58
  • @StéphaneBruckert I will do again and inform you with result ..I hope it works this time ..thank you – Twinkle Jul 04 '13 at 22:25
  • this works with parseUrl method – Twinkle Jul 05 '13 at 19:32

0 Answers0