如何使用 Facebook iOS SDK 插入 html 链接,如下面的 2 个帖子?
在 Train Conductor 和 The Fleas 帖子的“itunes.apple.com”中,他们使用了 bit.ly 链接。
我尝试使用 html 标签<a href="www.mystuff.com">
What<\a> 但它不起作用。
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"My game in iTunes", @"name",
@"http://www.mystuff.com", @"link",
@"Check out this cool game for iPhone.", @"description",
nil];
这段代码有效,但这只是一个普通的帖子。