Nice to meet you all.
First of all, I apologize for the machine translation.
I am currently looking to develop a feature on instagram that will automatically send a message to a user when a comment is received.
As a configuration, I am trying to use AWS API Gateway and Lambda to receive and process webhooks.
I have configured it as an endpoint and SUBSCRIBE to the COMMENT. I am sending the test from the app admin screen, but the API Gateway is not receiving POST requests.
Even if it is a test run, do I need permission to access instagram_basic, instagram_manage_messages, and pages_manage_metadata?
I would appreciate your help.