我成功发布了图片和视频,但我无法发布图片标题 这是我的代码
bitmap = BitmapFactory.decodeFile(fileUri.getPath());
SharePhoto photo = new SharePhoto.Builder()
.setBitmap(bitmap)
.setCaption(" do that thing you don't like!")
.build();
SharePhotoContent content = new SharePhotoContent.Builder()
.addPhoto(photo)
.build();
shareButton.setShareContent(content);
怎么可以提前添加带有image.thanks的标题来帮助我。我推荐developer.facebook.com网站