FB integration was chugging along nicely until I released a new build into Google Play today. Nothing has changed in my build settings or in my Facebook app. The App ID in the error matches the App ID in Facebook. Except for the “!” at the end. My local hash matches a hash in FB
settings = { plugins = { ["plugin.firebaseAuth"] = { publisherId = "tech.scotth" }, ["plugin.firebaseDatabase"] = { publisherId = "tech.scotth", }, ["plugin.firebaseInvites"] = { publisherId = "tech.scotth", }, ["plugin.OneSignal"] = { publisherId = "com.onesignal", }, ["plugin.appodeal"] = { publisherId = "com.coronalabs" }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.braintonik-dialog"] = { publisherId = "com.braintonik", }, ["plugin.volumeControl"] = { publisherId = "tech.scotth", supportedPlatforms = { android=true } }, ["plugin.bassBoost"] = { publisherId = "tech.scotth", }, ["plugin.facebook.v4a"] = { publisherId = "com.coronalabs" } }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.GET\_ACCOUNTS", "android.permission.ACCESS\_COARSE\_LOCATION", "android.permission.ACCESS\_FINE\_LOCATION", "android.permission.WAKE\_LOCK", "android.permission.MODIFY\_AUDIO\_SETTINGS", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "com.android.vending.BILLING" }, useGoogleServicesJson = true, intentFilters = { { actions = { "android.intent.action.VIEW" }, categories ={ "android.intent.category.DEFAULT", "android.intent.category.BROWSABLE", }, data = { scheme = "First Test" }, }, }, googlePlayGamesAppId = "1:377426389920:android:cc6b49a205a38a00", facebookAppId = "127555964556252" }, }