Instagram Login, Share on Instagram, Social Plugins and more
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Social
- Documentation / URL
- https://www.instagram.com/developer/
Overview
Instagram Graph API — OAuth-based (an invalid token returns 400, verified).
Quick Start
Me (needs a token):
curl "https://graph.instagram.com/v21.0/me" \
-H "Authorization: Bearer YOUR_TOKEN"
{ "error": { "message": "Invalid OAuth 2.0 Access Token", "code": 190 } }
Authentication
- Meta app → Instagram OAuth token.
- Send it as
Authorization: Bearer(invalid → 400, verified).
Rate Limits & Notes
- Free with app registration (check the docs).
- Login, sharing, media.
FAQ
Is Instagram free? Yes — free with app registration.
Why 400? A valid OAuth token is required (verified).
What’s the auth style? OAuth access token.
More in Social
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 4chan Simple image-based bulletin board dedicated to a variety of topics | No auth | Yes | Yes | ↗ |
| Ayrshare Social media APIs to post, get analytics, and manage multiple users social media accounts | API Key | Yes | Yes | ↗ |
| aztro Daily horoscope info for yesterday, today, and tomorrow | No auth | Yes | Unknown | ↗ |
| Blogger The Blogger APIs allows client applications to view and update Blogger content | OAuth | Yes | Unknown | ↗ |
| Bluesky Decentralized social networking via the AT protocol | No auth | Yes | Yes | ↗ |