EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 910 forks source link

Sharing with Facebook on Android empty #1023

Open JerryBels opened 5 years ago

JerryBels commented 5 years ago

When trying to share with Facebook on Android, only an empty share box opens. No text in it, no image linked...

this.socialSharing.share(
    res['SHARE_TEXT'],
    res['SHARE_TITLE'],
    this.image,
    this.url
  )
yurymkomarov commented 5 years ago

@JerryBels it's not an issue. FB and Instagrams don't allow to make direct input of text. User should add it from clipboard

s3ppo commented 4 years ago

hi all, i have the same issue, but facebook contacted me some days ago that if i dont fix it they will remove my app ...

anyone has an idea to fix this? if not its no problem.. i simply will remove the shitty facebook login from my app ;-)

ps i tested with instagram and its working there..