Created
January 30, 2013 06:41
-
-
Save kwatch/4671240 to your computer and use it in GitHub Desktop.
各種WebAPI失敗時にどのようなレスポンスが返ってくるか
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Facebook APIが失敗したときのエラー | |
{ | |
"error": { | |
"message": "Error validating access token: Session has expired at unix time 1359522000. The current unix time is 1359527917.", | |
"type": "OAuthException", | |
"code": 190, | |
"error_subcode": 463 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment