1

I am using the Facebook sdk to share a link. the post share is well generated, but when i click on post, nothing happened and a toast is displayed: "this post is no longer available, it may have been removed"

it gives me no error, just this toast.

i m using basic code from the sdk:

FacebookDialog shareDialog = new FacebookDialog.ShareDialogBuilder(getActivity())
                    .setLink(mStationLink)
                    .setDescription(mTextToShare)
                    .setPicture(mImageUri)
                    .build();
uiHelper.trackPendingDialogCall(shareDialog.present());

did someone come accross this?

thanks

drevlav
  • 572
  • 2
  • 6
  • 14
  • What is the link you share? And are you prefilling the description? – WizKid Dec 15 '14 at 17:40
  • the link is classic link http://http://www.977music.com, the dialog generated by the sdk is fine, but as soon as i click post, i have a toast saying: "this post is no available..." – drevlav Dec 15 '14 at 18:24
  • Ok I had my code in a fragment, i removed my fragment and use an activity only, and now it is working... – drevlav Dec 18 '14 at 11:17

0 Answers0