Make.com feature unavailable facebook login

:bullseye: What is your goal?

I want to create an automation where ChatGPT auto replies to comments on my Instagram

:thinking: What is the problem?

I create a new connection and webhook, but when I put in client ID and Secret ID, it says it can’t login. I’ve tried everything.

:test_tube: What have you tried so far?

I’ve tried to reset everything. I have created a new connection and webhook.

Welcome to the Make community!

You should not need to do this. Can you provide screenshots of each step?

If you are still having trouble, please provide more details.

— @samliew

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.

Handle errors so scenarios don’t stop.

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.

1. Right click and select “Add error handler”

2. Error handlers will appear

For more information on error handling, see:

Hope this helps! If you are still having trouble, please provide more details.

— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

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.