meta_refresh_token
Refresh a long-lived access token for Instagram or Threads before it expires, obtaining a new token valid for 60 days.
Instructions
Refresh a long-lived token before it expires (must be at least 24h old). Uses platform-specific endpoints: Instagram (graph.instagram.com) or Threads (graph.threads.net). Returns a new long-lived token valid for 60 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| long_lived_token | Yes | Current long-lived access token to refresh | |
| platform | Yes | Target platform: 'instagram' or 'threads' |