Posts tagged with facebook-apps

I am not able to get list of scope from `App Review Requests` in facebook app review page due to recent change which implement Use Cases.

I want to add some scope - pages_manage_posts, pages_show_list, business_management, pages_manage_engagement, pages_read_engagement, read_insights etc to be added into my facebook application, previously we used to get Permissions and Features under app review page. Now I am not able to get list of scope from App Review Requests in facebook app review page due to recent change which implement Use Cases.

I am attaching application snapshot from old and new. New app OLD app

I am expecting way to add more scope to be added into new workflow using usecase but everytime i try to add new usecase there are none to add.

I'm developing a SaaS where users can select from a variety of templates and publish their Facebook ads. I'd like to have a separate Ad Account for each user so if there is a problem with one ad account this will not negatively affect all software users.

In my business manager it shows me that my ad account limit is 22. We are expecting close to a hundred users after releasing the platform.

Question Will the limit increase once the app has been verified by Facebook? Or is there a workaround? I've also been thinking about creating a Business Manager + Ad Account per user but I'm not sure if this will result in loss of control or which consequences this may have. I have already contacted the Facebook support but they have not been helpful.

Any ideas?

I'm trying to create a Facebook APP to use the WhatsApp Business Cloud API. Following this guide: https://developers.facebook.com/docs/whatsapp/cloud-api/get-started

It says: "From the App Dashboard, click on the app you would like to connect to WhatsApp. Scroll down to find the "WhatsApp" product and click Set up."

But there is no WhatsApp product at all. There are other products, but only WhatsApp is missing.

Does anyone know why it is like this?

Attached the image of the whole window. Screen Capture

I guess whatsapp business api client is only used pre-selected company which whatsapp grant. So, i want to know my guessing is right or not.

According to official guide, i need to register phone number to whatsapp. I guess here exist whatsapp menu. but i can't see menu. (Sorry, i dont know the way website display english language)

Official guide mentions this. "If you cant see WhatsApp account option, you cant use Business API yet"

So i search how can i access Business API, and i can see this in WhatsApp FAQ.

Finally, according to below link, WhatsApp has granted to 90 pre-selected companies. https://medium.com/callbell/what-changes-with-the-release-of-the-whatsapp-business-apis-46994316b763

As a result, if i want to use whatsapp business api, i need to use service which is provided official whatsapp partner company like twilio.

Someone tell me that My result is right?

I'm working on WhatsApp API Business. So... I did registered the docker container some times before, but I had to reinstall them and this time I was unable to register the container again. When I try to request a register code I receive this kind os response:

POST {{URL}}/v1/account {     "meta": {         "api_status": "stable",         "version": "2.19.4"     },     "errors": [         {             "code": 1005,             "title": "Access denied",             "details": "There was an error verifying this phone number. Please try again later."         }     ] } 

I checked if the docker containers are running and everything looks like working well.

[root@xxxx 2-19-4]# docker ps -a CONTAINER ID        IMAGE                                 COMMAND                  CREATED             STATUS              PORTS                                NAMES bee4beefa6e7        docker.whatsapp.biz/web:v2.19.4       "/opt/whatsapp/bin/w…"   About an hour ago   Up About an hour    0.0.0.0:9090->443/tcp                2-19-4_waweb_1 a52b9c98e2f2        docker.whatsapp.biz/coreapp:v2.19.4   "/opt/whatsapp/bin/w…"   About an hour ago   Up 23 minutes       6250-6253/tcp                        2-19-4_wacore_1 13a961e53501        mysql:5.7.22                          "docker-entrypoint.s…"   About an hour ago   Up About an hour    33060/tcp, 0.0.0.0:33060->3306/tcp   2-19-4_db_1 

Anyone that passed and fixed this before could help me?

Thanks