appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 230 forks source link

[ BUG ] : shareToFacebook does not work #231

Closed Winterteq closed 10 months ago

Winterteq commented 10 months ago

Plugin name Using AppInioSocialShare. the .shareToFacebook() function appears to throw a println error.

Describe the bug The following is printed to console: D/error (19638): println needs a message

To Reproduce Steps to reproduce the behavior:

  1. Call the following function: appinioSocialShare.shareToFacebook( "message", [ "/data/user/0/<app_name>/app_flutter/image.jpg" ]);

Expected behavior I would expect to see Facebook app appear with the image in an edit post screen. This works for Instagram and Whatsapp on the same device and image path.

Smartphone (please complete the following information):

Tameflame commented 7 months ago

Hi, I have this bug on android emulator (Pixel 8 API 34, package version ^0.3.0).

Slicking on share to Facebook causes a frame to pop up from below but it doesn't switch to the FB app. Sharing to facebook stories works fine.

JasperElton commented 4 months ago

Same issue here with Samsung A34 where shareToFacebook, shareToInstagramDirect, and shareToTelegram wont work and it causes a white frame to flick on the top status bar. Other that that all sharing to other apps are fine.

dgurudot commented 3 months ago

Same issue here with Samsung A34 where shareToFacebook, shareToInstagramDirect, and shareToTelegram wont work and it causes a white frame to flick on the top status bar. Other that that all sharing to other apps are fine.

I am also facing the same issue and wondering how to solve this issue.