在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'部分如下所示:
...\"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
我似乎无法正确获得括号/逗号位置...有没有人完成设置多个属性?请告诉我怎么样!谢谢!
答案 0 :(得分:2)
您可以在此处提供多个属性: \“properties \”:{\“另一个链接\”:{\“text \”:\“Facebook主页\”,\“href \”:\“http://www.facebook.com \”}, \“另一个链接\”:{\“text \”:\“Twitter主页\”,\“href \”:\“http://www.twitter.com \”},\“和另一个链接\ “:{\”text \“:\”ESPN主页\“,\”href \“:\”http://www.espn.com \“}}}”