I try to run a python script as a cronjob on my server using the facebook business sdk. The purpose of the script is to get a random product of our shop and to publish a post, promoting the product from the shop.
To do so, I need the page permissions for manage_pages
and publish_pages
. All this works fine while the app is in development but when I try to use it in live modus, the token does not get accepted. I tried to get a new token, but as I understand it, I can't get the permissions unless I request an App Review.
Did I get this right?
And how to do so for a simple python script that runs on my server as a cronjob?
Thank you!