Facebook图像共享链接和标题android

时间:2017-07-03 10:13:17

标签: android

我的问题是我无法在Android应用中使用脸书分享看到我的分享图片的内容标题和内容说明。

我的代码是

if (shareDialog.canShow(ShareLinkContent.class)) {
                ShareLinkContent linkContent = new ShareLinkContent.Builder()
                        .setContentTitle("Content Title")
                        .setImageUrl(Uri.parse(getIntent().getStringExtra("shareValue")))
                        .setContentDescription("Content Description")
                        .build();
                shareDialog.show(linkContent);  // Show facebook ShareDialog
            }

1 个答案:

答案 0 :(得分:0)

在Facebook图谱API中已禁用

共享这些参数

Modeling content