0

エラー情報の「error_subcode」の意味は何ですか?

「error」と「error_subcode」を分析してエラーの種類を確認できますか?

Facebookは「error_subcode」について公式に説明していますか?

4

1 に答える 1

1

Facebookの古いスタブで説明されているように

人間が読めるメッセージに加えて、エラー応答にはerror_subcodeエラーの性質を説明するが含まれます。通常、これらのエラーに対応するには、ユーザーを再認証する必要がありますが、これらのサブコードは、内部ロギングの目的で、またはユーザーに再ログインを要求する理由をよりよく説明するために使用できます。可能なコードとその意味は次のとおりです。

`error_subcode` Meaning
456  The session is malformed.
457  The session has an invalid origin.
458  The session is invalid, because the app is no longer installed.
459  The user has been checkpointed. The error_data will contain the URL the user needs to go to to clear the checkpoint.
460  The session is invalid likely because the user changed the password.
461  The session is invalid, because the user has reinstalled the app.
462  The session has a stale version.
463  The session has expired.
464  The session user is not confirmed.
465  The session user is invalid.
466  The session was explicitly invalidated through an API call.
467  The session is invalid, because the user logged out.
468  The session is invalid, because the user has not used the app for a long time.
于 2012-10-25T13:01:34.040 に答える