Flutter_facebook_login: Upgrade facebook sdk to 5.0

Created on 30 May 2019  路  8Comments  路  Source: roughike/flutter_facebook_login

Please upgrade facebook login sdk version.

Now: com.facebook.android:facebook-login:4.39.0
Now: ios :SDK v4.41.0 and above

Latest: com.facebook.android:facebook-android-sdk:
Latest iOS: SDK v5.0 and above

Most helpful comment

I have the same issue. Facebook gives us the warning about upgrading our app SDK to v5.0 for IOS platform. But the latest version flutter_facebook_login ( v 2.0.1) specify :

s.dependency 'FBSDKCoreKit', '4.39.1'
s.dependency 'FBSDKLoginKit', '4.39.1'

Please consider upgrade FB Login SDK version.

All 8 comments

I have the same issue. Facebook gives us the warning about upgrading our app SDK to v5.0 for IOS platform. But the latest version flutter_facebook_login ( v 2.0.1) specify :

s.dependency 'FBSDKCoreKit', '4.39.1'
s.dependency 'FBSDKLoginKit', '4.39.1'

Please consider upgrade FB Login SDK version.

I've just received an email threatening deletion of the app if this isn't updated. This plugin doesn't work until this is resolved.

FYI 5.2.0 is the newest version

Any update on this, having the same issue

we have the same issue. please do needful

incase anyone wants to use other version more updated within the network https://github.com/roughike/flutter_facebook_login/network you can update your pubspec to something like

flutter_facebook_login:    
    git: https://github.com/ragnor-rs/flutter_facebook_login    
    version: 2.0.1

Actually I upgraded FBSDKCoreKit and FBSDKLoginKit to '5.5.0'

flutter_facebook_login:
    git: https://github.com/rezashahbazi/flutter_facebook_login
    version: 2.0.2

Make sure to remove Podfile.lock and run pod install

Fixed in 3.0.0.

Was this page helpful?
0 / 5 - 0 ratings