Facebook SDK and sharing a Play Store app link with ShareDialog issue
I'm trying to share a link(my Google Play app link) using ShareDialog from Facebook SDK but the problem is that when the URL is my app's Google Play link the other information is not displayed correctly... Actually it's displaying only the link from Google Play without name or description! Here's the code: FacebookDialog shareDialog = new FacebookDialog.ShareDialogBuilder( this) .setLink("https://play.google.com/store/apps/details?id=<myapp>") .setDescription("Test") .setName("Test for facebook") .build(); uiHelper.trackPendingDialogCall(shareDialog.present()); I tried everything and with