Innim / flutter_login_facebook

Flutter Plugin to login via Facebook.
BSD 3-Clause "New" or "Revised" License
72 stars 60 forks source link

Add support for limited login #108

Closed greymag closed 5 months ago

greymag commented 5 months ago

Starting v17.0.0 Facebook login will use Limited Login (blog post) if user didn't provide AdvertiserTracking permission, even if we call logIn() with tracking: .enabled in configuration.

See https://github.com/facebook/facebook-ios-sdk/issues/2375

TODO:

Useful links:

greymag commented 5 months ago

There are some support implementation issues that were essentially solved with a crutch.

See this comment and discussion.

greymag commented 5 months ago

Released in v2.0.0

greymag commented 5 months ago

Important note: I didn't implement full support for the Limited Login. Only a necessary support for SDK v17.0 automatic fall bask behaviour on iOS.