我们,所以...我不能在facebook上分享图像,并使用facebook sdk预填充一些文字。 我在我的应用程序中使用此代码:
SharePhoto sharePhoto = new SharePhoto.Builder()
.setBitmap(bitmap)
.build();
SharePhotoContent content = new SharePhotoContent.Builder()
.addPhoto(sharePhoto)
.build();
ShareDialog.show(this, content);
我在facebook文档上看到,这是一个SharePhoto.Builder对象的方法,用于将字符串设置为标题:
SharePhoto.Builder().setCaption(String capition)
但是当我将它添加到我的sharePhoto对象上时,似乎它不存在。 那么如何在帖子上添加预先填写的文字呢? 照片/图像是我的应用程序的screeshot! 有人有解决方案吗?
答案 0 :(得分:1)
预先填写text-with-image不再工作阅读新的隐私和政策
答案 1 :(得分:0)
使用用户在应用流程
中先前手动输入的内容填充用户消息参数
用视频解释: https://developers.facebook.com/docs/apps/review/prefill