public void sharePhoto(Bitmap bm){ SharePhoto sharePhoto = new SharePhoto.Builder() .setBitmap(bm) .build(); SharePhotoContent sharePhotoContent = ne