大家好,我正在尝试在墙上发布消息,但同时针对朋友。就像我们在墙上张贴一样@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];