From 17fb8c3f008fe98e3019e8b3bc7b41d0fbce92ea Mon Sep 17 00:00:00 2001 From: Johan Vlaar Date: Thu, 30 Apr 2026 14:44:53 +0200 Subject: [PATCH] fix(15): update api version --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 21c2888..4484b65 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ const sendEvent = async ( settings: ComponentSettings ) => { const property = payload.custom_data.property || settings.property - const graphEndpoint = `https://graph.facebook.com/v21.0/${property}/events` + const graphEndpoint = `https://graph.facebook.com/v25.0/${property}/events` const requestBody = { data: [payload],