Skip to content

Instantly share code, notes, and snippets.

@kwatch
Created January 30, 2013 06:41
Show Gist options
  • Save kwatch/4671240 to your computer and use it in GitHub Desktop.
Save kwatch/4671240 to your computer and use it in GitHub Desktop.
各種WebAPI失敗時にどのようなレスポンスが返ってくるか
// 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