I'd like to update the webhook URL of my facebook messenger bot. Facebook documentation sais:
In the Webhooks settings, click the 'Edit Subscriptions' button. Update your webhook details.
but I have no this option. Then I was following the following post to change the URL, but I have no page option either.
How am I able to replace the webhook URL? The bot itself works, I'm the administrator of it, can send and receive message using it. Thank you.
Update: I tried to update the URL using the API but I got the following response. The access token is correct and I can read the endpoint.
{
"error": {
"message": "(#200) Permissions error",
"type": "OAuthException",
"code": 200,
"fbtrace_id": "AeVAghw8lxe"
}
}