test_instagram_connection
Diagnose Instagram API connection issues when posting fails, identifying expired tokens, missing permissions, rate limits, or deprecated API versions.
Instructions
Test the Instagram Graph API connection and report the exact status.
Use this first whenever posting fails, to determine whether the problem is:
Expired/revoked token (code 190 or 200, type OAuthException)
Missing permissions (code 10)
Rate limiting (code 4 or 32)
API version deprecated (code 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||