Standard ShareDialog can only send ShareLinkContent but not ShareMediaContent

128 Views Asked by At

While using standard ShareDialog the app can only send ShareLinkContent but not ShareMediaContent.

According to the description the app should send both.

ShareDialog.canShow(ShareLinkContent.class)

result=true

ShareDialog.canShow(ShareMediaContent.class)

result=false

1

There are 1 best solutions below

0
Agon Sallmani On
ShareDialog.canShow(ShareLinkContent.class)

always return true regardless theirs facebook app installed

ShareDialog.canShow(ShareMediaContent.class)

only return true if their facebook app installed