iOS 6 the facebook server could not fulfill this access request invalid application

后端 未结 4 970
我寻月下人不归
我寻月下人不归 2020-12-30 03:18

In some iPhone 5 devices we have an error when trying to call Facebook login:

The error is: \"the facebook server could not fulfill this access request invalid appli

相关标签:
4条回答
  • 2020-12-30 04:04

    I faced this problem. For me the issue was that I hadn't added the iOS platform for the app. Go to the Facebook developer page, then select your app. In the left nav bar go to settings. Then add platform. Ensure that your bundle identifier is correct. Then it should work.

    0 讨论(0)
  • 2020-12-30 04:07

    All developers of a particular app, should be known to Facebook. While the application is in Sandbox mode (i.e. developer only access), all every user who want to use the Facebook platform, for testing/developing the application, will have to be added as a developer (as shown below) -

    Just goto https://developers.facebook.com/apps/, and add the user, in the list of developers/admins.

    0 讨论(0)
  • 2020-12-30 04:09

    If you have been testing with a sandbox facebook app and then receive this error when switching to the production app make sure you have published the app in the status & review tab.

    0 讨论(0)
  • 2020-12-30 04:14

    More than likely the app is "sandboxed", so only developers have access. If this is the case you'll have to use a developer account on the iPhone.

    1. Go to iOS settings > Facebook
    2. Log out with your "personal" account
    3. Log in with the developer account (to be safe us the dev account that you created the app with)

    This worked for me.

    0 讨论(0)
提交回复
热议问题