Posts under category Meta & Facebook

ING: Greetings, I hope you can help me. I have problems with the “Instagram Basic Viewing” API, the problem occurs when trying to add a person, I check the “Instagram Evaluator” box and add the Instagram account; When you press the “add” button, a red pop-up message is displayed indicating: “The form cannot be loaded – Please verify that all the information entered is correct and try again.” The process reaches that point and I cannot continue.
ESP: Saludos, espero puedan ayudarme. Tengo problemas con la API “Visualización Básica de Instagram”, el problema se presenta al intentar agregar una persona, marco la casilla de “Evaluador de Instagram” y añado la cuenta de Instagram; al presionar el botón “agregar” se muestra un mensaje emergente en rojo indicando: “El formulario no se puede cargar – Verifica que toda la información ingresada es correcta y vuelve a intentarlo”. El proceso llega hasta ese punto y no puedo continuar.

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.