Android facebook共享播放商店链接与文本确实显示文本

时间:2016-09-29 15:39:09

标签: android facebook android-facebook

我希望将内容显示为文字并显示应用链接。但是当我尝试

 if (ShareDialog.canShow(ShareLinkContent.class)) {
            ShareLinkContent linkContent = new ShareLinkContent.Builder()
                    .setContentTitle("How to share content")
                    //.setImageUrl(Uri.parse("https://www.numetriclabz.com/wp-content/uploads/2015/11/114.png"))
                    .setContentDescription("simple LinkedIn integration")
                    .setContentUrl(Uri.parse("https://play.google.com/store/apps/details?id=arifhansat.android.firebase.dailyhadish"))

                    .build();
            shareDialog.show(linkContent); 

这只发布应用程序链接而不是文本,但当我将Play商店链接更改为其他网站链接时,它工作正常。 Play商店链接有什么问题?

0 个答案:

没有答案