I am using Meta graph api
https://developers.facebook.com/docs/instagram-api/guides/content-publishing/#reels-posts
and it is working fine for publishing reels immediately.
I don’t see in the documentation of any mention of how to schedule the reel at a particular time. (In contrast, you can do this for facebook reels by using scheduled_publish_time
I read online that this should be possible for Instagram as well https://business.instagram.com/blog/instagram-api-features-updates
Questions
- Can you guide me with one example of how to schedule Instagram reel via API ?
- (Optional) Can I upload video from my local to instagram ? In the docs they require video_url, but for facebook api I can also upload data from local file
Thanks in advance