I am experiencing an issue with the Facebook API where certain permissions requested by my application are not being included in the user's access token, even though the user has granted all requested permissions.
Requested Permissions: - ads_management - business_management - leads_retrieval - pages_manage_ads - pages_manage_metadata - pages_read_engagement - pages_show_list
Observed Behavior: After the user grants all the requested permissions, the access token retrieved only includes the following permissions:

{
"data": [
{
"permission": "pages_show_list",
"status": "granted"
},
{
"permission": "ads_management",
"status": "granted"
},
{
"permission": "pages_read_engagement",
"status": "granted"
},
{
"permission": "pages_manage_metadata",
"status": "granted"
},
{
"permission": "pages_manage_ads",
"status": "granted"
},
{
"permission": "public_profile",
"status": "granted"
}
]
}
Missing Permissions:
business_management
leads_retrieval
Impact: The absence of the leads_retrieval permission causes the following error when accessing the endpoint https://graph.facebook.com/xxxxx/subscribed_apps:
{
"error": {
"message": "(#200) To subscribe to the leadgen field, one of these permissions is needed: leads_retrieval",
"type": "OAuthException",
"code": 200,
"fbtrace_id": "ANFgjRDObuYno84WEkPHOED"
}
}

I’m facing an issue with the Ads Insights API where the Purchase Conversion Value metric is accurate in Facebook Ads Manager, but the value is missing when I try to fetch it through the API for all months after June. I’ve reviewed my API query parameters, permissions, and data breakdowns, but the issue persists. This is a critical metric for our dashboards, and I would appreciate any guidance or assistance in resolving this as soon as possible. I’ve attached a screenshot to provide further context

We are still encountering issues with access verification for the access share and app access process. During our previous conversation, one of your executives assured us that this case would be handled, and we would receive a follow-up call within 24 hours. Unfortunately, we have not yet received any communication.
For reference, the case ID is: 523982227308334. We are specifically facing problems obtaining app access for API integration with our custom CRM. To complete this task, we require page access from the main account, as these permissions are essential for granting the necessary access.
Currently, we are managing three accounts for ads and business purposes, and the client has granted full access. However, the system still shows “verification pending.” Despite our efforts to resolve this, we haven’t been able to find a solution. We need your guidance and support to complete the access-sharing process successfully.
Please let us know if any additional information is required to expedite this matter.
Thank you.