2017-07-03 74 views
1

我的問題是,我無法看到我的共享圖像的內容標題和內容描述使用facebook應用程序中的Facebook共享。Facebook的圖像共享鏈接和標題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 
      } 
+0

請在這裏誰也遇到這個問題,或者誰有一些解決方案,請人分享 –

回答