ウォール投稿で友達の何人かにタグを付けようとしていて、次のパラメーターを送信していますが、この投稿はウォールに投稿され、提供した FB ID が投稿に添付されません...
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"Test 2 ",@"message",
@"100004311843201 , 1039844409", @"to",
@"http://www.google.com", @"link",
@"Test", @"name",
nil];
[self.appDelegate.facebook requestWithGraphPath:@"me/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];
どんな助けでも大歓迎です...