botpress / messaging

Botpress messaging server
42 stars 37 forks source link

Not able to use facebook graph api v15 #561

Open aadityajha1 opened 1 year ago

aadityajha1 commented 1 year ago

I have configured a new app in the facebook developers account and it forces me to use v15.0 API. But botpress is using v12.6. How can I upgrade my code to use the v15.0. While using the v12.6 graph API it gives the error 400 Bad request:

{
    "error": {
        "message": "Unknown path components: /me/messages",
        "type": "OAuthException",
        "code": 2500,
        "fbtrace_id": "Ay0lBm-yBJucULHbD0R5QdZ"
    }
}