I'm trying to schedule a facebook post on user profile and a group but api is giving me following exception:
(#200) You do not have permission to create a scheduled post
I have following permissions from the user:
'public_profile','email','publish_actions', 'manage_pages','publish_pages', 'user_managed_groups', 'user_posts'
Do I need any other permissions from the user ?
Also, I found one thread which mentions that we can't schedule a post on user profile and user group. Is this expected behavior ? Can we schedule only on FB pages ?
Taking a look at documentation, I found schedule param only in this api, others don't have such params.
Can anyone confirm this behavior ? Also, is there is any work around to schedule a post ?
https://developers.facebook.com/docs/graph-api/reference/v2.4/page/feed#publish
https://developers.facebook.com/docs/graph-api/reference/v2.4/user/feed#publish
https://developers.facebook.com/docs/graph-api/reference/v2.4/group/feed#publish