facebook sdk android wall post line break -


I am making an application that is posting some information on your Facebook w, for which the Android SDK is being used. It works, but I can not find new lines on posts I've tried \ n but does it work any suggestions?

Here's my code:

  bundle parameter = new bundle (); String floating = ""; For (int i = 0; i & lt; mArrayAdapter.getCount (); i ++) {temp = temp + mArrayAdapter.getItem (i) + "\ n"; // is not working) parameters.putString ("message", temp); MFacebook.dialog (this, "stream.publish", parameter, new DialListener ());  

Hi James I have tried that first, even with html code, but I think thats not possible, Facebook should have control to avoid spaces or line breaks on your posts.


Comments