Hi, this code may be helpful,
Bundle parameters = new Bundle(); parameters.putString("message", category_item_name_desc.getText().toString()); parameters.putString("picture", categoryItemsModel.getImageUrl()); parameters.putString("caption", txtDescription_desc.getText().toString()); facebook.request("/me/feed", parameters, "POST");
You can add text by adding paramater as a "signature"
source share