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)
我也可以看到标题和描述.如何更改图像并使描述和标题可见,请查找附件图像
| 归档时间: |
|
| 查看次数: |
1047 次 |
| 最近记录: |