Connect your social media accounts and configure API access to enable seamless multi-platform publishing.
Video publishing & management
Features:
Page & group publishing
Features:
Reels & story publishing
Features:
Video & live streaming
Features:
Visit each platform's developer portal and create a developer account.
Register a new application in each developer console. Use descriptive names like "SocialSync Pro Publisher".
Set up OAuth redirect URIs and configure necessary permissions for video publishing.
Create API keys and access tokens. Store these securely in your SocialSync Pro settings.
Use our testing tools to verify API connections and permissions before going live.
{
"api_key": "YOUR_YOUTUBE_API_KEY",
"client_id": "YOUR_CLIENT_ID",
"client_secret": "YOUR_CLIENT_SECRET",
"redirect_uri": "https://socialsync.pro/auth/youtube",
"scopes": [
"https://www.googleapis.com/auth/youtube.upload",
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtubepartner"
]
}
{
"app_id": "YOUR_FACEBOOK_APP_ID",
"app_secret": "YOUR_APP_SECRET",
"access_token": "YOUR_ACCESS_TOKEN",
"page_id": "YOUR_PAGE_ID",
"permissions": [
"pages_manage_posts",
"pages_read_engagement",
"pages_show_list"
]
}
{
"instagram_business_account_id": "YOUR_IG_BUSINESS_ID",
"access_token": "YOUR_ACCESS_TOKEN",
"permissions": [
"instagram_content_publish",
"instagram_basic"
]
}
{
"client_key": "YOUR_TIKTOK_CLIENT_KEY",
"client_secret": "YOUR_CLIENT_SECRET",
"access_token": "YOUR_ACCESS_TOKEN",
"open_id": "YOUR_OPEN_ID",
"scope": "video.upload"
}
OAuth redirect URI mismatch or expired tokens
Solution: Verify redirect URIs in developer console and regenerate access tokens
API key lacks required scopes for video publishing
Solution: Update app permissions in developer dashboard and reauthorize
Too many API requests in short time period
Solution: Implement request throttling and consider upgrading API tier
Platform-specific format requirements not met
Solution: Use our auto-formatting features or check platform guidelines