我们可以在Facebook上更改链接的图像(由Android应用程序发布)

Sha*_*adi 9 android facebook facebook-android-sdk

我们可以在Facebook上更改链接的图像(由Android应用程序发布)

我通过我的应用程序在FaceBook上发布了一些链接,但我想在Facebook墙上显示其他图像

我的代码是这样的

Intent shareCaptionIntent = new Intent(Intent.ACTION_SEND);
shareCaptionIntent.setType("image/png");
shareCaptionIntent.putExtra(Intent.EXTRA_STREAM, "<URL>");
//set caption
shareCaptionIntent.putExtra(Intent.EXTRA_TEXT, "example caption");
shareCaptionIntent.putExtra(Intent.EXTRA_SUBJECT, "example caption");
startActivity(Intent.createChooser(shareCaptionIntent,getString(R.string.share)));
Run Code Online (Sandbox Code Playgroud)

我也可以看到标题和描述.如何更改图像并使描述和标题可见,请查找附件图像在此输入图像描述

Muh*_*Ali 1

不,您可以更改您在 Facebook 上发布的图片的链接。Facebook 在将数据存储在数据库中时会自行生成此链接。