Note that there are some explanatory texts on larger screens.

plurals
  1. POIntegration error while posting message on friends wall?
    primarykey
    data
    text
    <p>i m using facebook_skd_3.1 (Xcode ios 4.5) i got the friends list by calling FBFriendPickerViewController, on clicking done button i have tried to post the message<br> on the selected friends wall but i got this error :- Warning: Attempt to dismiss from view controller while a presentation or dismiss is in progress!<br> 2012-12-06 19:37:09.187 ........project[5474:19a03] Error: HTTP status code: 403</p> <p>error in the alert view </p> <pre><code> error =Error Domain=com.facebook.sdk code=5" .......... message = "(#200)the user hasn't authorized the application to perform this action"; type = OAuthException }; }; code=403; com.acebook.sdk:HTTPStatuscode=403} </code></pre> <p>code :- </p> <pre><code> -(void)facebookViewControllerDoneWasPressed:(id)sender { NSString* userid; for (id&lt;FBGraphUser&gt; user in self.friendPickerController.selection) { NSLog(@"\nuser=%@\n", user); userid = user.id; } NSMutableDictionary* dictaram = [[NSMutableDictionary alloc] initWithObjectsAndKeys:@"like this!", @"message", nil]; [FBRequestConnection startWithGraphPath:[NSString stringWithFormat:@"%@/feed", userid] parameters:params HTTPMethod:@"POST" completionHandler:^(FBRequestConnection *connection, id result, NSError *error) { UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Shared" message:[NSString stringWithFormat:@ %@! error=%@", fbUserName, error] delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil]; [alertView show]; } ]; [self dismissModalViewControllerAnimated:YES]; </code></pre> <p><img src="https://i.stack.imgur.com/BivyW.png" alt="enter image description here"></p> <p>Do i need some permissions or there is some coding error please help.</p> <p>thanks in advance. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload