Reputation: 55
I need to implement a small script, which would automatically upload and post videos on our Facebook page. I got the token as described here. But when I try to upload a video, I get the error
No permission to publish the video [HTTP 400] (Koala::Facebook::ClientError)
I have the following permissions for the page:
user_friends, manage_pages, public_profile
"perms": [
"ADMINISTER",
"EDIT_PROFILE",
"CREATE_CONTENT",
"MODERATE_CONTENT",
"CREATE_ADS",
"BASIC_ADMIN"
]
How can I solve that? Thanks in advance!
Upvotes: 0
Views: 81
Reputation: 411
"Publish_action" permission for post status with Images or Videos. It Should Work.
Upvotes: 3