netflie / whatsapp-cloud-api

The first PHP API to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform
https://netflie.es/portfolio/whatsapp-business-cloud-api-php-sdk/
MIT License
456 stars 166 forks source link

How to change graph API version from 13.0 to 14.0 #36

Closed Dasinfomedia2 closed 2 years ago

Dasinfomedia2 commented 2 years ago

I need to change the version. how can I do it?

aalbarca commented 2 years ago

Hello,

Please, check the constructor of the super class https://github.com/netflie/whatsapp-cloud-api/blob/main/src/WhatsAppCloudApi.php.

You can change the Api version setting the "graph_version" config key.

Dasinfomedia2 commented 2 years ago

Yes, found that. Thanks for your reply.

boynet commented 1 year ago

I wonder is it compatible with 13v for whatsapp cloud?