I have all permission replated "me/conversations" this endpoint in graph api but I still get below error "(#200) Requires permission: pages_messaging or User associated with the Page access token does not have an appropriate role on the Page" My final usecase is I have to connect page with google dilogflow and I have same error in there also

I have try with adding additional replated permissions

I'm encountering an issue while attempting to retrieve the current ad spend for our ad accounts on Meta (formerly Facebook) using the Graph API. The goal is to integrate this data into an external dashboard for better monitoring and analysis.

Here's the endpoint I'm using:

https://graph.facebook.com/v19.0/act_<ad_acc_id>/insights?level=ad&date_preset=today&fields=ad_name,spend 

However, upon making the request, I receive an empty response:

{   "data": [   ] } 

I've double-checked the endpoint parameters and they seem correct. Is there something I might be missing or doing wrong in this request that's resulting in an empty response?

I have created a catalog using commerce manager, and now I want to add some collections and sets to the catalog. I have an option to make the sets but the sets are not getting connected to the whatsapp catalog i.e. I still see all products at the same page instead of collections here [https://www.facebook.com/business/help/620275848114281] I see no mention of whatsapp setup for collections. How can we do it? Is there an endpoint for collections?

I have a Facebook Login for Business button setup and when I have users of other businesses test it out, it does not grant them permissions that have been defined in the associated configuration id. Instead of granting the users all 5 permissions stated within the configuration it instead only grants them 'public_profile' and 'business_management'.

During developer testing a developer had access to the main Business as well as a client Business to verify that the process worked. When this user login's in and authorises, they are granted all 5 permissions. I have scoured the documentation and am unsure if I'm missing a step or some code.

I am unable to ask Facebook for help as they no longer accept GraphApi problems via their helpdesk. You can only post it on their public error forum in hopes that somebody else can chime in.

If it helps, the login button setup I am using is as follows:

<div     id="facebook-login-button"     className="fb-login-button"     data-width=""     data-size="medium"     data-button-type=""     data-layout=""     data-auto-logout-link="false"     data-use-continue-as="false"     data-config_id={facebookConfigurationId}     data-onlogin="onFacebookLogin" ></div>