-1

I'm trying to schedule a post on a Facebook wall, but I just get an error like 'you do not have permission to schedule posts'.

What permissions do I need?

Kristján
  • 18,165
  • 5
  • 50
  • 62
Azhar Ansari
  • 104
  • 1
  • 7

1 Answers1

1

Posts can only be scheduled on Facebook Pages. There are a few steps:

  • Get the manage_pages and publish_pages permissions from the user.
  • Make sure the user has at least the CREATE_CONTENT role.
  • Publish to /<page_id>/feed?published=false&scheduled_publish_time=<unix_time>
Kristján
  • 18,165
  • 5
  • 50
  • 62