romatroskin / social_share_plugin

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

Need to update for FBSDK 13+ #60

Closed fdchiu closed 1 year ago

fdchiu commented 1 year ago

A Facebook api token is required by later version of the sdk which is used by social_share_plugin package. This is not documented in the readme file of the package. Also the package should update its dependency of FBSdk to 14+ instead of 13+.

romatroskin commented 1 year ago

Added information about required Facebook token, and other missing information, FBSdk updated as well)