messaging icon indicating copy to clipboard operation
messaging copied to clipboard

Not able to use facebook graph api v15

Open aadityajha1 opened this issue 3 years ago • 0 comments

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"
    }
}

aadityajha1 avatar Jan 04 '23 05:01 aadityajha1