Iphone facebook提要发布附件的多个属性

Iphone facebook提要发布附件的多个属性,iphone,facebook,Iphone,Facebook,在FBConnect.xproj中,馈送字符串如下所示: dialog.attachment = @"{\"name\":\"Facebook Connect for iPhone\",\"href\":\"http://developers.facebook.com/connect.php?tab=iphone\",\"caption\":\"Caption\",\"description\":\"Description\",\"media\":[{\"type\":\"image\",\"s

在FBConnect.xproj中,馈送字符串如下所示:

dialog.attachment = @"{\"name\":\"Facebook Connect for iPhone\",\"href\":\"http://developers.facebook.com/connect.php?tab=iphone\",\"caption\":\"Caption\",\"description\":\"Description\",\"media\":[{\"type\":\"image\",\"src\":\"\",\"href\":\"http://developers.facebook.com/connect.php?tab=iphone/\"}],\"properties\":{\"another link\":{\"text\":\"Facebook home page\",\"href\":\"http://www.facebook.com\"}}}";
“属性”部分如下所示:

...\"properties\":{\"another link\":{\"text\":\"Facebook home page\",\"href\":\"http://www.facebook.com\"}}}"
我想知道,我怎样才能做多个属性?Facebook SDK文档中没有明确的示例。例如,我希望显示以下内容:

another link: Facebook home page 
yet another link: Twitter home page 
AND another link: ESPN home page

我似乎无法正确地获得括号/逗号的位置…有人完成了多个属性的设置吗?请告诉我怎么做!谢谢大家!

您可以在此处提供多个属性: \“properties\”:{“Other link\”:{“text\”:“Facebook主页\”,\“href\”:\”http://www.facebook.com\“},\”另一个链接\“:{\”文本\“:\”推特主页\“,\”href\“:\”http://www.twitter.com\“},\”和另一个链接\“:{\”文本\“:\”ESPN主页\“,\”href\“:\”http://www.espn.com\“}}}”