Hi i am trying to work with this api and i can't figure it out what method to apply to be able to put
on the description. html not working. What should I do? Here is an image with my app and exp of how i wish to look like http://postimage.org/image/a2zvcr6xz/\[code\]try { $statusUpdate = $facebook->api('/me/feed', 'post', array( 'display'=>'iframe', 'method'=>'feed', 'name'=>'BLA', 'privacy'=> array('value'=>'CUSTOM','friends'=>'EVERYONE'), 'picture'=>'/img/image.png', **'description'=> 'this is first line. <br> this should be second line',** 'caption'=>'', 'message'=>'', 'link'=>'http://apps.facebook.com/aBLA')); }\[/code\]
on the description. html not working. What should I do? Here is an image with my app and exp of how i wish to look like http://postimage.org/image/a2zvcr6xz/\[code\]try { $statusUpdate = $facebook->api('/me/feed', 'post', array( 'display'=>'iframe', 'method'=>'feed', 'name'=>'BLA', 'privacy'=> array('value'=>'CUSTOM','friends'=>'EVERYONE'), 'picture'=>'/img/image.png', **'description'=> 'this is first line. <br> this should be second line',** 'caption'=>'', 'message'=>'', 'link'=>'http://apps.facebook.com/aBLA')); }\[/code\]