I have done these things: - Verified my business - Added payment information - Submitted Business License - Added a valid phone number
Then when I click 'Request for Review' under the Business Support Home page, then after just a few minutes I was rejected with this message
'Business remains disabled The review you requested confirmed that {Company Name} was violating WhatsApp’s Business Terms of Service.'
What exactly am I still missing here? Please let me know which terms I'm violating.. I tried to email their support but they never replied to me. I've been stuck for 1 month just trying to get my Whatsapp phone number verified, any help would be greatly appreciated thanks.

I am having trouble seeing my pages in the "Get Page Access Token" area of the developer page. I can not see any of the pages I have administrative control over, and I am unable to create any page access tokens as I get the attached error, I get the same error in incognito too. Any advice is greatly appreciated as this has been ongoing for a week.

Hello All,
We have a repeating issue with regular app review:
Platform Term 1.2 Developer Policy 1.2 - App is not loading or has broken functionality Platform affected: Website We found that the app did not load properly or had issues that prevented us from completing our review. Common examples of this include broken integrations and interface failures (such as broken buttons or links). This violates Developer Policy 1.2.
The situations appears from the moment when we developed our new webiste and we got rid of facebook login and share feature. Previusly under our domain there was a PWA app with facebook login, and now is a simple landing page. We rae only using FB login in our mobile apps now.
We have a third time now that Meta is switching off our API and i belive that we should change sth in our app configuration . Could you please help ?

Using a third party tool (Appointy.com) to manage appointment sign ups. Goal is to take this conversion data and use it for Google Ads and Google Analytics (GA4). Per Appointy support, the only way to track appointments is through Google Tag manager integration. They have provided us directions on how to connect Tag manager to appointy, but we cannot figure out how to connect the newly created Google Tag to Google Analytics or Google Ads.

The confusing part is the Appointy to Google Tag manager tag uses a custom HTML tag, so there is not an inherently straight forward way (at least to me) on the next steps to integrate the tag in tag manager over to Google Analytics or Google Ads.

Knowing I can't access any code from the third party tool appointy, how do I take this custom HTML tag below and integrate that into Google Ads and Google Analytics?

Here are the only directions I Received from appointy:

How to set up Redirection after booking. ​ The redirection is only possible through Google tag manager. ​ Below are the Steps.

Login to your Google tag manager account. Click on Tag and create New Tag. Choose Tag type as "CUSTOM HTML" Input the below code in CUSTOM HTML and click SAVE. ​

<script>setInterval(function(){ var string = window.location.href; var substring1 = "bookings/confirmation"; if (string.indexOf(substring1) !== -1) { setTimeout(function(){ window.location.assign("Destination URL"); }, 3000); } }, 3000);</script> 

​ After saving you need to setup the trigger. Click on Trigger -> Create new triggers -> Select "All element" -> Select "All Click" and SAVE.

Currently in the developing stages of a web app that will allow users to connect their Instagram & Facebook via OAuth then enable an automation that will send new IG posts to their Facebook.

Is there an IG Graph Webhook available for this? Or will I need to set up an API call from my app to watch for the new posts.

I also have an app created & verified with Meta already as a business app. I'm wondering if this was the right decision to create it as a business or should it be a consumer app.

When subscribing to a webhook, I was not able to locate anything to subscribe to 'new posts'.

If the next option is to set up an API call to watch for new posts for every 'x' amount of minutes is there an endpoint and headers that is provided in the docs to set this up?

Any other avenues on how to successfully get this feature up would be greatly appreciated!