私は facebook SDK 3.5.2 Android を使用していますが、気になっていることを削除したり、自分のテキストにカスタマイズしたりしたいのですが、どうすればよいですか? 私は以下のコードを使用しており、あなたのマインドバーにあるものを示しています。
FacebookDialog shareDialog = new FacebookDialog.ShareDialogBuilder(MainActivity.this)
.setLink("setlink").setCaption("setcaption").setDescription("setdescription").setName("setname").setPicture("pic")
build();
uiHelper.trackPendingDialogCall(shareDialog.present());