AndriousSolutions / auth

Other
47 stars 14 forks source link

Flutter facebook login uses deprecated Api #18

Closed sallypeters closed 4 years ago

sallypeters commented 4 years ago

Hi - the plugin that you use for Facebook login uses a deprecated API - UIWebView. This has been deprecated since April 2020, meaning any NEW apps submitted after this date will be rejected. It will be great if we have a choice to use a native facebook solution or your old web flow approach.

Andrious commented 4 years ago

Thanks, Sally, I'll look into it. Of course, I would like to use an updated native facebook solution.

Andrious commented 4 years ago

Ok. The plugin originally used appears to be no longer supported. I've turned to another author who just released their own Facebook plugin.

There's a new Auth library package now available. Version 6.0.0. Note, its permissions are not a List of Strings like the original plugin but a list of predefined values: facebook_permission.dart

Cheers

sallypeters commented 4 years ago

Hi - thank you. I have used DIRECTLY the new native facebook plugin that you are now using in your plugin and it works well , plus does not use any deprecated API.

Furthermore, just so you know - the Twitter plugin that you are using ALSO has the same deprecated UIWebView.

Andrious commented 4 years ago

Excellent. Wonderful to hear. Indeed, the Twitter plugin is the next concern. Good luck in your endeavours.