chore: Upgrade Facebook API version from v17.0 to v18.0 (#12384)

Meta announced that Graph API v17.0 will reach end-of-life on September
12, 2025, requiring migration to v18.0 or higher. Updated the default
Facebook API version from v17.0 to v18.0 across configuration files in
response to Meta's deprecation notice.
This commit is contained in:
Muhsin Keloth
2025-09-09 11:20:58 +05:30
committed by GitHub
parent 6bdd4f0670
commit 8d12cf0c6b
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@
- name: FACEBOOK_API_VERSION
display_title: 'Facebook API Version'
description: 'Configure this if you want to use a different Facebook API version. Make sure its prefixed with `v`'
value: 'v17.0'
value: 'v18.0'
locked: false
- name: ENABLE_MESSENGER_CHANNEL_HUMAN_AGENT
display_title: 'Enable human agent'