Why suddenly my iOS app can not post status update to Facebook
问题 I was able to post a status update to Facebook user wall through the iOS app I'm developing a few days ago. Then I probably accidentally removed something, I now cannot post and get error message. The relevant code is A: message = @"test"; [FBRequestConnection startForPostStatusUpdate:message completionHandler:^(FBRequestConnection *connection, id result, NSError *error) { } I also tried following method B: [FBRequestConnection startWithGraphPath:@"me/feed" parameters:postParams HTTPMethod:@