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