我想通过共享Intent在Facebook上分享一张带有从我的应用程序预填充的标题的照片。我知道如何分享照片或如何分享文字,但我如何将它们一起分享?示例代码IntentshareCaptionIntent=newIntent(Intent.ACTION_SEND);shareCaptionIntent.setType("image/*");//setphotoshareCaptionIntent.setData(examplePhoto);shareCaptionIntent.putExtra(Intent.EXTRA_STREAM,examplePhoto);//setcaption