roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
404 stars 332 forks source link

Login with publish permission #239

Open tongo opened 4 years ago

tongo commented 4 years ago

Hi, in our project we are using the method loginWithPublishPermissions. We see in the 3.0.0 changelog that this method has been removed.

How can we implement the same functionality in the 3.0.0 version? We saw in the Facebook SDK documentation that we maybe should set the AuthType parameter before calling the logIn method, but your plugin doesn't seem to expose the authType parameter. Any suggestion?

Thanks