Search code examples
iosswiftfirebasefacebook-access-tokenfacebook-test-users

Getting "Invalid access token code 43" with iOS Firebase Facebook SDK after my app was disabled


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:

  1. Verified that my app's credentials in Firebase and Facebook are correctly set.
  2. Checked the permissions and access tokens for the test users, ensuring they have the necessary permissions.
  3. 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.


Solution

  • 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!