I'm experiencing an issue with the Firebase
Facebook SDK
in my iOS app. After my app was disabled, I'm unable to connect with test users and keep receiving the Invalid access token code 43
error. I have already gone through the Firebase
and Facebook
documentation but couldn't find a solution.
Has anyone else faced a similar problem with the Firebase
Facebook SDK
after their app was disabled? Any insights or suggestions on how to resolve this issue would be greatly appreciated.
I have tried the following troubleshooting steps but with no success:
Firebase
and Facebook
are correctly set.I'm not sure if there are any additional steps or configurations needed to resolve this issue after the app was temporarily disabled.
After going through the documentation and troubleshooting steps, I discovered that the problem was related to a Facebook app restriction. The test user can only access to public_profile and email but he can't perform the sign-in or sign-up process.
To resolve the issue, I reached out to Facebook support and explained the situation. They were able to assist me in removing the app restriction, allowing the test user to connect successfully.
If you're facing a similar problem, I recommend reaching out to Facebook support directly and providing them with detailed information about your situation. They should be able to help you resolve the issue.
I hope this helps!