I am using the facebook iphone api and trying to use facebook.stream.publish to send a post from my app. I would like to put two urls/links in the post but can't figure out how. Aside from the href property that accompanies the header, I tried using additional properties to add an additional link. This works fine when viewed from a web browser on a desktop/laptop, but the facebook app from iphone doesn't seem to show these additional fields.
Does anyone know how to manage to show two links that can be seen via the iPhone facebook app?
Update: Some more detail. Specifically, I don't want to add a second http link per se. I want to have a myapp://somedata line that uses interprocess communication to launch an iphone app from the facebook post. I tried putting this in the href property but the post fails, so if there's anyway I can get this working elsewhere in the post, I'd love to hear.
Thanks