FacebookSDK4.3.0에서 SharePhotoContent에 contentUrl을 설정하면 공유 대화 상자가 표시되지 않습니다.

FacebookSDK로 이미지를 공유하고 싶을 때는 SharePhotoContent를 사용하지만, contentUrl


SDK의 코드를 쫓고 있지 않습니다만, URL을 바꾸거나 문서를 조사하거나 하고 여러가지 시험해도 안될 것 같았으므로 써 둡니다.
만약 잘못되었거나 추기가 있으면 꼭 부탁드립니다.
SharePhoto sharePhoto = new SharePhoto.Builder()
        .setBitmap(bitmap)
        .setCaption("Caption")
        .build();

SharePhotoContent content = new SharePhotoContent.Builder()
        .addPhoto(sharePhoto)
//        .setContentUrl(Uri.parse(url)) これがあるとダイアログが表示されない
        .build();

ShareDialog.show(activity, content);

확인한 것은 Android 4.4.0입니다.

원래 링크의 점유율이 아니기 때문에 setContentUrl() . .

좋은 웹페이지 즐겨찾기