- Update Android & iOS Facebook Login dependencies to
5.5
- Removed deprecated method
loginWithPublishPermissions
and renamedloginWithReadPermission
tologin
- The
behavior
parameter is now ignored on iOS as it is not supported anymore by the Facebook Login SDK - #122: Fix expiration date crashes in 32-bit iOS devices.
- Bump iOS deployment target to
9.0
- #128: Pin down FBSDKCoreKit to the same version as FBSDKLoginKit.
- Breaking change: migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
- Update Android & iOS Facebook Login dependencies
- Fix failing
equals()
inFacebookAccessToken
- Fix "could not find class 'android.view.autofill.AutofillManager'" error on Android
- Fix the "{com.facebook.sdk:FBSDKErrorDeveloperMessageKey=Unknown error building URL.}" error on iOS
- Add
FacebookAccessToken#isValid()
for checking if the access token is expired or not
Breaking change:
The FacebookLogin#isLoggedIn
now checks if the currentAccessToken
is expired or not, while it previously only checked if currentAccessToken
was non-null.
- Fix occasional hangs/freezes by introducing a slight artifical delay after getting the result from Facebook login.
- Dart 2 support! There should not be any breaking changes. Please do file issues if you have problems.
- Fixed potential crash and documented iOS logout issues when using the webOnly login behavior.
- Added new
isLoggedIn
andcurrentAccessToken
getters which make it easier to log the user in automatically.
- Fixed the podspec definition for the iOS project.
- Initial release.