Hi everyone, I'm close to finishing my first iPhone game and had a quick question. I added some Facebook Connect functionnalities, but have a little problem when trying to post on a user's wall. I got the connection + extended permissions + publishing working using the simple video tutorial that was given by Facebook. But for some parts, I need to have a longer description, and have it over several lines. I tried using \n, <br>, <br />, but it just doesn't work :/ When using \n it seems to fail to parse the json string, when using <br> and <br /> it just displays the corresponding text in the wall rather than doing a real line break. I probably missed something stupid, so I'd need a quick tip if anyone has already played with that (JSON and Facebook on iPhone). Thanks ! Mollusk