How to schedule a facebook post in nextjs?

  Kiến thức lập trình

I’m looking to make an app that can schedule and edit the post if needed a scheduled API for posting text and images to social media.

In my application, I want to post a Facebook post in 2 days, and if tomorrow I want to edit that post to change to a new text with different time or cancel it I still need to be able to do that. Is there a way I can do that in Nextjs?

I tried to see if cron-jobs in Vercel might do the trick but it’s not working to configure multiple cron-jobs via API from what I’ve seen in the docs.

Anyone knows how I can do that?

New contributor

Yehonatan Yosefi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT