freewheelnat / flutter_plugins_help

Connecting Android and iOS developers to develop flutter plugins.
29 stars 1 forks source link

Facebook UI #4

Open vagrantrobbie opened 6 years ago

vagrantrobbie commented 6 years ago

I'd like to use the native Android and iOS Facebook SDK's to share content to the users Facebook wall.

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:

freewheelnat commented 6 years ago

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?