App not setup: This app is still in development mode

前端 未结 9 1470
無奈伤痛
無奈伤痛 2020-11-28 23:18

I have followed the instructions here:

The developers of this app have not set up this app properly for Facebook Login?

Made my app public and the circle is

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 23:22

    This is an answer I haven't seen much around (this it was in a comment somewhere) although yes taking the app off development mode will work this can be bad for security or really annoying if the app isn't ready yet but you need to submit the app for review on account of needing access to special permissions (e.g. user_birthday).

    What I did instead to fix the error was go to https://developers.facebook.com/sa/apps/{appId}/roles/ or from the app dashboard click roles on the left side

    Then add the user account(s) to either developer or tester. Developers will need to be verified by mobile and will get access to the app to make changes but a tester will only need to be verified by email (not sure if even this is necessary but it probably is) and will only be able to use the API instead of make changes to settings.

    If the app is ready for the public, obviously just take the app off development mode.

提交回复
热议问题