Hi. I was able to get it to work. I had to create another instagram module to create a reply, and that module asked me to grant Facebook Permissions. WHen I did that, I was able to go back to the original module and the Facebook Page showed up.
I am having another issue that I think may be related. I am trying to get Instagram to get certain data like Username, bio, website url, follower count, and more to get ChatGPT to create a bio. What I am running into is if the person leaving the comment does not have their Facebook and Instagram connected, it errors out and will not collect the data. I guess I’ll make another post in here to see.
You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.
Error directives can only be added to an error handler route.
That’s really annoying. I’ve seen this happen when Facebook has temporary API or permission issues. Try reconnecting after some time or reach out to Make support so they can check it on their end. It usually gets resolved once Facebook updates the integration.