0
我想在Facebook上分享照片。所以我讀了tutorial。在Facebook上分享照片?
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");
在最後一個參數,有上傳的圖片的鏈接,但在我的情況下,我不得不選擇從Facebook上我的SD卡和共享圖片。
那麼,我該怎麼做這件事呢?我走錯路了嗎?