如何把Facebook的柱壁消息(「標題」)的新線... \ n不接受任何其他方式...如何將NEW LINE放入Facebook Wall發佈消息?
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
StrImg, @"picture",
StrName, @"name",
strURL, @"link",
emailBody, @"caption",
actionLinksStr, @"actions",
nil];
[[delegate facebook] dialog:@"feed"
andParams:params
andDelegate:self];
嘗試此鏈接。它會幫助你。 http://stackoverflow.com/questions/6376644/facebook-graph-api-how-to-post-to-wall-with-new-lines –