嘿,我正在尝试将 ling 与图像分享到用户的 google+ 提要,所以我使用的是 PlusShare:
Intent shareIntent = new PlusShare.Builder(v.getContext())
.setType("text/plain")
.setText("Some text")
.setContentUrl("http://example.com/images/image.png")
.getIntent();
startActivityForResult(shareIntent, 0);
我的问题是附加到帖子的图像不是我http://example.com/images/image.png
的,而是根页面上的一些图像http://example.com