YouTube API
Step-by-step guide for posting to YouTube through the Post For Me API
Start coding today
Sign up for an account and start integrating social media posting, feeds, and metrics into your product.
π Get StartedThis guide shows you how to configure a Google Developer App to enable YouTube integrations in Post For Me, allowing users to schedule and publish videos to their YouTube channels. Feel free to contact us at postforme@daymoon.dev for any additional support!
Within APIs & Services, open the Credentials tab and click Create Credentials β OAuth client ID.
If prompted, configure the OAuth consent screen (see Section 3).
Choose Web application as the Application type.
Fill in the App name.
Under Authorized redirect URIs, add:https://app.postforme.dev/callback/<project_id>/youtube/account
<project_id> with your actual Post For Me project ID or copy the full URL from the configure sectionClick Create to generate the credentials.
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.uploadGoogle limits refresh tokens to 7 days if the OAuth consent screen is in Testing mode. To avoid frequent token expiration:
YouTube API usage is subject to quota limits:
Your integration is live! YouTube accounts connected via Post For Me are now able to schedule and publish videos seamlessly.