Facebook SDK version

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): Android & iOS

My application is live with expo 38 right now (will push SDK 39 this week) and i recieved some email from facebook to tell me that the FB SDK used in the application is out of date:

Your current SDK is deprecated and will no longer be supported by Facebook.

I’m using expo-facebook 8.1.2 in my live version.
In my next update, I’m using the expo-facebook 9.0.0, but I inspect this last version changelog, but there is nothing about updating the FBSDK. I checked in the node_modules files to see if a saw anything about the version and i saw this in EXFacebook.podspec:

s.dependency 'FBSDKCoreKit', '~> 5.8.0'
s.dependency 'FBSDKLoginKit', '~> 5.8.0'

And this in build.gradle

api 'com.facebook.android:facebook-core:5.12.1'
api 'com.facebook.android:facebook-login:5.12.1'

I’m just wondering, what is the actual FBSDK version ? Is it still in v5.x ?

Thanks for your answer

The version is still 5.x (something we need to update), but the email from Facebook says that they will still be supporting older versions until January 19, 2023

Yep I saw for the support, just better to have this up-to-date when it’s possible :stuck_out_tongue:
Thanks for the answer and for your work, have a great day.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.