在Facebook上发布带有标题的图像

时间:2015-06-30 06:01:51

标签: android facebook camera

我成功发布了图片和视频,但我无法发布图片标题 这是我的代码

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网站

0 个答案:

没有答案