hootsuite-common-errors

Featured

Diagnose and fix Hootsuite common errors and exceptions. Use when encountering Hootsuite errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "hootsuite error", "fix hootsuite", "hootsuite not working", "debug hootsuite".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Hootsuite Common Errors ## Error Reference ### 401 Unauthorized **Cause:** Access token expired (tokens last ~1 hour). **Fix:** Refresh token via OAuth: ```bash curl -X POST https://platform.hootsuite.com/oauth2/token \ -u "$HOOTSUITE_CLIENT_ID:$HOOTSUITE_CLIENT_SECRET" \ -d "grant_type=refresh_token&refresh_token=$HOOTSUITE_REFRESH_TOKEN" ``` ### 403 Forbidden **Cause:** App lacks required permissions or user doesn't own the resource. **Fix:** Check app scopes in developer portal. Ensure user has access to the social profile. ### 422 Unprocessable Entity — scheduledSendTime **Cause:** Scheduled time is in the past or invalid ISO 8601 format. **Fix:** Always use future dates in ISO 8601: `new Date(Date.now() + 3600000).toISOString()` ### 422 — socialProfileIds **Cause:** Profile ID invalid or disconnected. **Fix:** List profiles first: `GET /v1/socialProfiles` and verify IDs. ### 429 Too Many Requests **Cause:** Rate limit exceeded. **Fix:** Implement exponential backoff. See `hootsuite-rate-limits`. ### Media Upload — State REJECTED **Cause:** File too large, wrong format, or exceeds platform limits. **Fix:** Check per-platform limits: Twitter images 5MB, Facebook 10MB, video varies. ### invalid_grant — Token Exchange **Cause:** Authorization code expired (30 second lifetime) or already used. **Fix:** Re-initiate OAuth flow — codes are single-use and expire in 30s. ### redirect_uri_mismatch **Cause:** Redirect URI doesn't exactly match app registration. **Fix:...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

hubspot-common-errors

Diagnose and fix common HubSpot API errors with real error responses. Use when encountering HubSpot errors, debugging failed API requests, or troubleshooting integration issues with specific HTTP status codes. Trigger with phrases like "hubspot error", "fix hubspot", "hubspot 401", "hubspot 429", "hubspot not working", "debug hubspot API".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hootsuite-install-auth

Install and configure Hootsuite SDK/CLI authentication. Use when setting up a new Hootsuite integration, configuring API keys, or initializing Hootsuite in your project. Trigger with phrases like "install hootsuite", "setup hootsuite", "hootsuite auth", "configure hootsuite API key".

2,266 Updated today
jeremylongshore
AI & Automation Solid

hootsuite-security-basics

Apply Hootsuite security best practices for secrets and access control. Use when securing API keys, implementing least privilege access, or auditing Hootsuite security configuration. Trigger with phrases like "hootsuite security", "hootsuite secrets", "secure hootsuite", "hootsuite API key security".

2,266 Updated today
jeremylongshore
AI & Automation Featured

intercom-common-errors

Diagnose and fix Intercom API errors by HTTP status code and error type. Use when encountering Intercom errors, debugging failed API requests, or troubleshooting integration issues. Trigger with phrases like "intercom error", "fix intercom", "intercom not working", "debug intercom", "intercom 401", "intercom 429".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hootsuite-prod-checklist

Execute Hootsuite production deployment checklist and rollback procedures. Use when deploying Hootsuite integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "hootsuite production", "deploy hootsuite", "hootsuite go-live", "hootsuite launch checklist".

2,266 Updated today
jeremylongshore