Posts under category Meta & Facebook

Hello facebook community, I have a question regarding the GET IG media by id endpoint. I have a webhook that sends me the media id of my account whenever someone tags me in their post. The webhook notifies me with the media_id of the post in which I was tagged. Is there any chance that I can get the media content by id using my access token? Otherwise, what use do I have with the media id that I get notified with? Currently if i do https://graph.facebook.com/v19.0/{media_id}?fields=media_url&access_token={access_token} it says that the object doesn't exists. Any solutions here? Thank you!

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

Does anyone have any idea who to contact about the Facebook link preview crawler (user agent http://www.facebook.com/externalhit_uatext.php)? It's constantly making requests to our site in what seems to be a loop of sorts. Things have gotten bad enough that I've had to rate limit it! At the rate things are going, I'm sure it's blocking legitimate requests for previews of links on our site.