flutter_plugins_help
flutter_plugins_help copied to clipboard
Facebook UI
I'd like to use the native Android and iOS Facebook SDK's to share content to the users Facebook wall.
- Share both a link and image with description
The flutter_facebook_login is great and once we have the auth token we can access the Facebook Graph API but we can not use dialogs like FB.ui.
Need support for:
- iOS
- Android
There is a fbsdk (Facebook SDK) plugin (which mentions "sharing") but it doesn't seem much work has been done on it. Worth posting an issue on their github page to check if they are still in active development and join forces with them?