romatroskin / social_share_plugin

Social Share to Facebook and Instagram Flutter plugin.
BSD 2-Clause "Simplified" License
41 stars 86 forks source link

Facebook share caption #29

Open Ocelyn opened 4 years ago

Ocelyn commented 4 years ago

Hi, First of all, thank you for your amazing plugin!

I have a question

For the method shareToFeedFacebook, is the caption parameter supposed to be displayed on the feed? When I add text in the caption it won't be displayed at all on Facebook, just my image will appear.

await SocialSharePlugin.shareToFeedFacebook( caption: 'https://www.badabits.com', path: f.path, onSuccess: (_) { print('FACEBOOK SUCCESS'); return; }, onCancel: () { print('FACEBOOK CANCELLED'); return; }, onError: (error) { print('FACEBOOK ERROR $error'); return; }); Here my code (but I guess nothing wrong with it) Thank you so much! Best

yaroslav-kahaniak commented 3 years ago

@Ocelyn , hello Have you found out, if the caption == feed text? Did you find any solution on how to share text to feed? I need to share a message to the FB feed, but struggling to accomplish it

yaroslav-kahaniak commented 3 years ago

@romatroskin , Could you take a look at this issue, when you have free time, please?

binSaed commented 1 year ago

i will fix this in next week write this comment to remember to back to it if i forget