Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

On facebook, the message and image arent being passed to the shareDialog #1

Open
TrentPierce opened this issue Jul 13, 2017 · 0 comments

Comments

@TrentPierce
Copy link

The sharedialog opens as a blank dialog. Heres my code...

 final String photoPath = mFragment.getArguments().getString("photoPath");
        Shareable imageShare = new Shareable.Builder(mFragment.getActivity())
                .message("This is my message")
                .image(Uri.parse(photoPath))
                .url("http://example.com")
                .socialChannel(Shareable.Builder.FACEBOOK)
                .build();
        imageShare.share();
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant