Posts under category Facebook Graph API

My APP has had the business_management advanced permission granted however it is not shown at login for all our customers. Some get it, most don't. Our app is added to the customers Business Integrations however no page data is returned. When viewing the permissions granted to the customer business_management is missing. We recently added this permission to our app which has been working for years. We were told that this permission is now required to retrieve page data. Is there any trick, procedure required to force business_management to be shown and approved at login?

Our software integrate with Facebook Pages, and for the past month we have multiple users experiencing an issue with connecting Facebook Pages accounts to our software. It would appear the user's page token is being instantly invalidated for some reason, even though there have been no password changes on the user end.
This is the API response we get when making the call:
{"error":{"message":"Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.","type":"OAuthException","code":190,"error_subcode":460,"fbtrace_id":"AJt2zBIQh5IH7NqOuHzzSXZ"}}
What could be the reason for this error that is appearing for multiple accounts?
We're using the latest Graph API version v19.0.

in template i pass 5 paramters 4 in body and 1 in footer
and i pass this { "messaging_product": "whatsapp", "to": "923453227128", "type": "template", "template": { "name": "orderconfimation", "language": { "code": "en" }, "components": [ { "type": "body", "parameters": [ { "type": "text", "text": "Abdul" }, { "type": "text", "text": "10202" }, { "type": "text", "text": "23-02-2024" }, { "type": "text", "text": "400.00" }, { "type": "text", "text": "https://abc.com/10202" } ] } ] } }
it return with error "error": { "message": "(#100) POST request should not contain any query params. Please make sure all the required params are in the POST request body.", "type": "OAuthException", "code": 100, "fbtrace_id": "Ah3WO450mu4AjaF8RswI-Ja" } is there any support or documentation

Hello, I am Marina (developer) and I am reporting this issue on behalf of my client. One of my clients is trying to integrate his Facebook page with our app, his old pages are not being pulled and we get this:
{ "data": [ ] }
But if we create a new page, that is not an issue and it's pulled correctly. I do know that was reported here https://developers.facebook.com/support/bugs/602264498523167/?join_id=f2459317d30887 but from this forum, I can see that everyone is still experiencing the same issue. We have tried adding page_show_list, and business_management to our scope, but it has not worked. Any assistance is greatly appreciated.