Esta página todavía está en inglés. La traducción al español está en progreso.
Instagram Integration
Instagram Graph API provides profile statistics, post engagement, reach, and impressions. The @pixel agent uses it for social media analytics. Supports multiple accounts via OAuth through Facebook.Setup
1. Create a Facebook App
- Go to developers.facebook.com
- Create a new app (type: Business)
- Navigate to Settings > Basic
- Copy your App ID and App Secret
- Go to Facebook Login > Settings and add the redirect URI:
http://localhost:8765/callback/instagram- If using ngrok, also add your ngrok URL:
https://your-id.ngrok.io/callback/instagram
2. Configure .env
3. Connect Your Account
4. Test the Connection
Available Commands
Theint-instagram skill queries the Instagram Graph API:
Key Metrics
- Followers (delta via daily snapshots)
- Engagement rate: (likes + comments) / followers
- Reach and impressions
- Profile views
- Best post of the period
- Reels vs static post performance
- Publishing frequency
Rate Limits
- Platform endpoints: 4800 calls per 24 hours
- Business Discovery / Hashtag: 200 calls per hour per user