My app is disabled. I can't appeal it
My app is disabled. I can't appeal it. When I click "read more or appeal," - I see that none of my apps are restricted, and then the error "Meta for Developers is not available in this location." appears.
Tony-Marketing-API.cn is a vibrant community dedicated to Facebook, Meta,Google Ads api, app development, Instagram, and related technologies. It offers valuable bug solutions, troubleshooting cases, and problem-solving strategies shared by users. Stay updated with real-world solutions, development tips, and the latest trends in digital marketing and app development.
My app is disabled. I can't appeal it. When I click "read more or appeal," - I see that none of my apps are restricted, and then the error "Meta for Developers is not available in this location." appears.
I faced an error "Meta for Developers is not available in this location." How can I fix that?
I wrote a comment to a post on a FB page. Is it possible to get its reactions (type and user name) with Graph API Explorer? I assigned likes permission to the user token. Now the GET looks:
https://graph.facebook.com/v19.0/<comment id>/likes
also tried:
https://graph.facebook.com/v19.0/<comment id>?fields=likes
Both returns with:
{ "error": { "message": "(#200) Missing Permissions", "type": "OAuthException", "code": 200, "fbtrace_id": "<id>" } }
I'm developing a Flask app to store data from my clients (Datakinder parents). I am receiving the request and decrypting the message successfully. But I always receive incorrect data On on-click-action' I expect to receive user typed data but I always receive ${form.parentname} , not the user data
Footer code is:
"type": "Footer", "label": "Siguiente", "on-click-action": { "name": "data_exchange", "payload" : { "parentname":"${form.parentname}" } }, "enabled":true }
At clicked "Siguiente" (next), endpoint receive data={'parentname': '${form.parentname}'} it must be : data={'parentname': 'Alejandro'}
Any Idea?
I sent fixed data in payload and it was received properly, but form data is not