如何在 Facebook 帖子墙消息(“标题”)中添加新行...\n 不接受任何其他方式...
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
StrImg, @"picture",
StrName, @"name",
strURL, @"link",
emailBody, @"caption",
actionLinksStr, @"actions",
nil];
[[delegate facebook] dialog:@"feed"
andParams:params
andDelegate:self];