Skip to content

Commit

Permalink
Use Facebook API v17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Sep 27, 2023
1 parent 4fd6d77 commit 532f12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/meta/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import (

// Endpoints we hit
var (
sendURL = "https://graph.facebook.com/v12.0/me/messages"
graphURL = "https://graph.facebook.com/v12.0/"
sendURL = "https://graph.facebook.com/v17.0/me/messages"
graphURL = "https://graph.facebook.com/v17.0/"

signatureHeader = "X-Hub-Signature-256"

Expand Down

0 comments on commit 532f12e

Please sign in to comment.