Redirecting to authentication dialog - “An error occurred. Please try again later”

前端 未结 30 1997
执念已碎
执念已碎 2020-11-29 04:08

Why does it always happen to me?

This happens after my application verify for user user login and redirect user to the authentication page:

https://w

30条回答
  •  长情又很酷
    2020-11-29 04:15

    If you're the app developer, you may see a more specific error message, but generally that message means one of two things:

    1. Your server returned a HTTP error code (usually 5xx)
    2. You tried to send the user, after login, to a URL not allowed by your app configuration (though as an Admin of the app, you should see a more specific error message and Facebook error code in this case)

提交回复
热议问题