I post to feed like this:
FB.ui({
method: 'feed',
name: 'Some text',
link: 'http://www.google.se/',
picture: 'http://www.google.se/img/mdh_90x90.png',
caption: 'Some text is just textbut som is <b>bold</b>',
description: '1. number one<center></center>2. number two<center></center>3. number three'
});
The center tag is for line break. This works perfect in all browsers i've tested except mobile safari in ios 4. In mobile safari i can see the center tags and bold tags. But when posted to facebook it looks good again.
Is there a way solve this?
Edit: Not really relevant for the question but, i found the center-hack here Line break in Facebook status update via Graph API
Edit 2:
This is what it looks like. Desktop to the left and mobile to the right. Both looks good when posted to Facebook. Should i report this as a facebook bug?