2

我在 ExpressJS 应用程序中使用 PassportJS 进行 Facebook 登录。我收到了一个以前没有遇到过的最近错误。

Sorry, this feature isn't available right now: An error occurred while 
processing this request. Please try again later.

{
error: {
    name: 'InternalOAuthError',
    message: 'failedtofetchuserprofile',
    oauthError: {
        statusCode: 500,
        data: '{
            "error": {
                "message": "An unexpected error has occurred. Please retry your request later.",
                "type": "OAuthException",
                "code": 2
            }
        }'
    }
}

}

我不知道为什么我得到了错误。应用 ID 和密钥未更改,沙盒已禁用。

4

0 回答 0