We noticed recently that not all posts are returned by the api for an instagram channel. Example channel: 17841400005735914 . It seems that posts that are limited to a certain geographic area are not returned. We are using a page access token to try retrieve the posts.

how can i retrive the billing invoices (payment activities) from my business manager account via PHP SDK of Facebook Business or via Graph API? I would like duplicate the content that i see in page as https://business.facebook.com/billing_hub/payment_activity?asset_id=0000000000&business_id=000000000000&placement=ads_manager&date=00000000_00000000

payment activities on business manager

I have my business account id, my customer adv account id but when i try to retrive che invoices i get the empty response, without any error, but only an empty data. I am sure that the account has many invoices and payment activities.

I have tried both approaches yet

test via API

test via SDK

When I am trying to update the targeting of an AdSet, an error is returned. Session URL : https://developers.facebook.com/tools/explorer/321102689698722/?session_id=1408717453113278

{ "error": { "message": "Invalid parameter", "type": "OAuthException", "code": 100, "error_subcode": 3858082, "is_transient": false, "error_user_title": "Creative Must Provide enroll_status for Standard Enhancements", "error_user_msg": "This creative is eligible for Standard Enhancements, but enroll_status was not provided. Please choose whether you want to turn on standard enhancements or not. Learn more here: https://fburl.com/hyth50xo", "fbtrace_id": "AEIUzfYUlrFTKB8KAgPcVoz" } } 

But the enroll_status for Standard Enhancements is set in as OPT_IN for all the creatives inside the AdSet. Session URL : https://developers.facebook.com/tools/explorer/321102689698722/?session_id=425543010193929

[ { "degrees_of_freedom_spec": { "creative_features_spec": { "standard_enhancements": { "enroll_status": "OPT_IN" } } }, "id": "120208488275990030" } ] 

It's not an advantage+ ad. It's happening for most of the objectives.

I'm encountering an issue while setting up the WhatsApp API. Specifically, when I try to verify my WhatsApp number on the setup page, I receive the following error: Got unexpected null or undefined
Here are the steps I followed and the details of my setup:
WhatsApp API Setup: Followed the official documentation to set up the WhatsApp Business API.
Adding Phone Number: Navigated to the WhatsApp API setup page to add and verify my phone number. Entered the phone number in the required format.
Error Encountered: Upon submitting the phone number for verification, the system returns the error: Got unexpected null or undefined.