在Facebook上分享照片?

时间:2013-10-21 06:25:31

标签: android facebook facebook-graph-api

我想在Facebook上分享照片。所以我读了tutorial

Bundle postParams = new Bundle();
postParams.putString("name", "Facebook SDK for Android");
postParams.putString("caption", "Build great social apps and get more installs.");
postParams.putString("description", "The Facebook SDK for Android makes it easier and faster to develop Facebook integrated Android apps.");
postParams.putString("link", "https://developers.facebook.com/android");
postParams.putString("picture", "https://raw.github.com/fbsamples/ios-3.x-howtos/master/Images/iossdk_logo.png");

在最后一个参数中,有一个上传图片的链接,但在我的情况下,我必须从我的SD卡中选择图片并在Facebook上分享。

那么,我该怎么做呢?我走错路了吗?

1 个答案:

答案 0 :(得分:0)

您可以使用Request.newUploadPhotoRequest将图片上传到Facebook。

或者,您可以创建open graph story,并将照片附加到打开的图表操作或对象。