Using FB Connect for iPhone. I'd like the user to be able to post a link with thumbnail to their profile. This is done using the "attachment" property on FBStreamDialog. In addition, I'd like to be able to provide a custom interface for the user to enter in a comment with the attachment. (The comment would be the message that's associated with the "userMessagePrompt" property).
However, the only way I can see to do this currently is for the user to enter in their message in the FBStreamDialog popup. Is there any way to programatically set the comment in the iPhone SDK?