Connect your Pinterest account to TryPost.
Create a Pinterest App
- Go to Pinterest Developers
- Click My Apps > Create app
- Fill in the app details:
- App name
- Description
- Website URL
- Submit for approval
Configure OAuth
- In your app settings, add the redirect URL:
https://your-domain.com/accounts/pinterest/callback
- Note your App ID and App Secret
Request Access
Pinterest requires app approval for production use. You can use sandbox mode for testing:
PINTEREST_SANDBOX=true
Set to false once your app is approved.
Environment Variables
Add to your .env file:
PINTEREST_SANDBOX=true
PINTEREST_CLIENT_ID=your_app_id
PINTEREST_CLIENT_SECRET=your_app_secret
PINTEREST_CLIENT_REDIRECT="${APP_URL}/accounts/pinterest/callback"
Connect Your Account
- In TryPost, go to Accounts
- Click Connect Pinterest
- Log in and authorize the app
- You’re ready to post!
Supported Features
- ✅ Pin creation
- ✅ Image pins
- ✅ Video pins
- ✅ Board selection
- ✅ Titles and descriptions
- ✅ Link URLs
Limitations
- Idea Pins (multi-page) are not supported via API
- Story Pins are not supported