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:
- Verified that my app's credentials in
Firebase
andFacebook
are correctly set. - Checked the permissions and access tokens for the test users, ensuring they have the necessary permissions.
- Confirmed that the test users are still associated with my app.
I'm not sure if there are any additional steps or configurations needed to resolve this issue after the app was temporarily disabled.