I am running to this error for a couple of days while I am trying to find some solution for it
I am applying a Facebook authentication to my Expo app . Android everything is working as expected while is ios ONLY getting this error
[Error: Unsuccessful debug_token response from Facebook:{"error":{"message":"(#100) The App_id in the input_token did notmatch the ViewingApp","type":"OAuthException","code":100,"fbtrace_id":"AatQy0aKnSRI8b_pOTa4txS"}}]
While I am searching everybody is pointing that means the AppID or AppSecret provided to firebase is wrong but I am 100% sure it's right as it's working well with android and the user is being authenticated and added to users so my expectations there is something wrong with ios config
Notes
App is directing to FB successfully and return token through ios
Again I am 100% sure of my AppID and AppSecret is correct as I copied paste them
Expo CLI 3.21.9 environment info: System: OS: Windows 10 10.0.18363 Binaries: Node: 12.18.0 - C:\Program Files\nodejs\node.EXE npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD IDEs: Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6514223 npmPackages: expo: ~37.0.3 => 37.0.12 react: ~16.9.0 => 16.9.0 react-dom: ~16.9.0 => 16.9.0 react-native: https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz => 0.61.4 react-native-web: ~0.11.7 => 0.11.7 react-navigation: ^4.3.9 => 4.3.9
I will be very grateful if someone is willing to help me with this
Thanks in advance