I had shared link to facebook using share dialog successfully.
https://developers.facebook.com/docs/android/share-dialog/
But it requires facebook app installed. So, How can i share to facebook which out facebook application install? Thanks
if (!facebookAppFound) {
String sharerUrl = "https://www.facebook.com/sharer/sharer.php?u=" + urlToShare;
intent = new Intent(Intent.ACTION_VIEW, Uri.parse(sharerUrl));
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With