我正在尝试在我的墙帖中标记我的一些朋友,并且我正在发送以下参数,但是这个帖子到我的墙我提供的 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];
任何帮助表示赞赏...