Hi experts,
My client wants to use a flow to access the data from a Facebook page.
When following the instruction from here at Github and Custom Facebook Connector from Daniel Christian , I got an error message:
{"error":{"message":"(#200) If posting to a group, requires app being installed in the group, and \\\n either publish_to_groups permission with user token, or both manage_pages \\\n and publish_pages permission with page token; If posting to a page, \\\n requires both manage_pages and publish_pages as an admin with \\\n sufficient administrative permission","type":"OAuthException","code":200,"fbtrace_id":"AzXqcby3Z7R72M88cOfZ7ED"}}
I found that there's no Get my Access Token option when using the connector and it should be the root cause.
Can you suggest how I can modify the json file to make it work?

Thanks!