i have been trying to send whatsapp messages using cloud api, but its expecting to enable whatsapp_business_messaging permission which is by default disabled when associating with any app that has been created.
https://developers.facebook.com/docs/whatsapp/cloud-api/get-started#get-access-token.
i didn’t find any documentation pertaining to enable the above mentioned permission. Kindly assist
3
Answers
Edited
WhatsApp cloud API is Now Public!
According to their docs,
To start using it for development prepose
Create App. Select the "Business" type and follow the prompts on
your screen.
to WhatsApp. Scroll down to find the "WhatsApp" product and click
Set up.
without registering or migrating a real phone number.
for more info please refer to whatsapp cloud getting started docs
Yes, WhatsApp Cloud API is now public.
With the Cloud API, businesses can directly get access to WhatsApp Business API from Facebook, in minutes.
For more info check out this WhatsApp Cloud API Guide.
I recently made an open-source python wrapper for newly WhatsApp Cloud API to help developers easily get started, You really wanna have a look at it https://github.com/neurotech-HQ/heyoo.
Installation
Here is the sample code to send a message ;
For Javascript developers please have a look into Heyhooh
Installation
Here how sending to send messages;
For PHP Developers whatsappcloud-php
Installation
Here how the code to send a message;