Instagram · Example Payload

Instagram Graph Api Error Response Example

InstagramMetaPhotosSocial MediaVideosContent Publishing

Instagram Graph Api Error Response Example is an example object payload from Instagram, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

error

Example Payload

Raw ↑
{
  "error": {
    "message": "Invalid OAuth access token.",
    "type": "OAuthException",
    "code": 190,
    "fbtrace_id": "ABC123def456"
  }
}