こんにちは、私は自分のウォールにメッセージを投稿しようとしていますが、友人をターゲットにしています。ウォールに投稿するように@friendsname
、以下のコードを使用しています
NSMutableDictionary* params1 = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"post", @"type",
urlQRCode, @"picture",
[globals linktoapp], @"link",
@"xsxsx", @"name",
@"sxsxsxsxsx", @"caption",
@"sxsxssx", @"description",
messsdsage, @"message",
@"friendfbuid", @"to",
nil];
[appDelegate.facebook requestWithGraphPath:@"me/feed"
andParams:params1
andHttpMethod:@"POST"
andDelegate:self];