ngCordova $cordovaSocialSharing to Facebook with a message

It looks like ngCordova is ignoring the first argument of $cordovaSocialSharing.shareViaFacebook(message, image, link). If I call $cordovaSocialSharing.shareViaTwitter("test", image, "http://google.com"), the link and the message show up fine, however using the Facebook sharing, this is not the case, it shows the link but not the message. Has anyone else experienced this? Any solution / incoming fix?

1 Like

there is a bug at sharing facebook

Facebook Android: sharing a message is not possible. You can share either a link or an image (not both), but a description can not be prefilled. [See this Facebook issue which they won't solve.]

link: https://developers.facebook.com/x/bugs/332619626816423/

1 Like