Facebook上的多个Hasthag分享Android

时间:2017-09-08 03:11:41

标签: android facebook-sdk-4.0

我设法用这个facebook sdk版本4创建一个可以与hasthag共享图片的应用程序。+。

在我的应用程序中,我有三个复选框,每个复选框都包含hasthag人们想要分享的选项。

使用我目前的代码

SharePhoto photo = new SharePhoto.Builder()
                                .setBitmap(bitmap)
                                .build();
                        SharePhotoContent content = new SharePhotoContent.Builder()
                                .addPhoto(photo)
                                .setShareHashtag(new ShareHashtag.Builder()
                                        .setHashtag(hastag1).build())
                                .build();

                        ShareDialog.show(SelfieActivity.this,content);

只能发布一个hasthag。我已经尝试将hasthag设置为

.setHashtag(hastag1+" "+hastag2+" "+hastag3)

只发布第一个。

有谁知道如何发布多个hasthag?

1 个答案:

答案 0 :(得分:1)

不幸的是,Facebook只允许一个标签