0
NSData* imageData = UIImageJPEGRepresentation(self.qqqimage, 90);
NSMutableDictionary * params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                                self.messegeSend.text, @"message",
                                imageData, @"source",
                                nil];

postPath = [postPath stringByAppendingFormat:@"%@/feed",[friendList objectAtIndex:i]] ;

[FBRequestConnection startWithGraphPath:postPath
                             parameters:params
                             HTTPMethod:@"POST"
                      completionHandler:^(FBRequestConnection *connection, id result, NSError *error)
 {

这是我的代码,但出现错误http 200

我也尝试postPath使用@"%@/photos",friendID,但再次使用 http 200

4

0 回答 0