Posts tagged with url

graph.faceboo.com/v20/1075751080778492?fields=source,title

while try the above request to graph api it only giving the following result

{

"title": "5 Moments You Wouldn't Believe if Not Filmed",

"id": "1075751080778492"

}

even after I have gave permission and used both user access token and page access token. I need the source to my express.js app where I can download the video. How can I get that?

tried several articles among those one was promising but it answered 10 years ago and I want to know still facebook allowing to access public videos source url because it's not working now but still listed on the apis list.

I try to exclude a placement via code and I get this error (read bottom up):

DEFAULT 2024-06-03T13:34:05.278214Z index: 251 DEFAULT 2024-06-03T13:34:05.278211Z field_name: "operations" DEFAULT 2024-06-03T13:34:05.278208Z field_path_elements { DEFAULT 2024-06-03T13:34:05.278203Z location { DEFAULT 2024-06-03T13:34:05.278200Z } DEFAULT 2024-06-03T13:34:05.278197Z string_value: "mixnews.lv/news/2024/04/09/dich-na-pervom-svidanii-kakie-momenty-stali-navsegda-v-pamyati-devushek" DEFAULT 2024-06-03T13:34:05.278192Z trigger { DEFAULT 2024-06-03T13:34:05.278189Z message: "Placement URL has wrong format." DEFAULT 2024-06-03T13:34:05.278185Z } DEFAULT 2024-06-03T13:34:05.278181Z criterion_error: INVALID_FORMAT_FOR_PLACEMENT_URL DEFAULT 2024-06-03T13:34:05.278177Z error_code { 

How can I understand what's wrong in this format?

This is my first post, and I'm a beginner at this so please be kind.

I'm running an integration on an AWS server, and the Slack API Enable Subscriptions page will not verify the Events Request URL. On the Slack API page, I receive the error "Your URL didn't respond with the value of the challenge parameter." but no other information.

Following the instructions here: https://www.tyntec.com/docs/whatsapp-business-api-integration-slack

Everything looks OK until the Enable Events step. where Slack throws the following error:

Here is the git repository https://github.com/tyntec/api-samples/tree/master/wa-integrations/slack

This is my postman code:

{   "webhooks": [{     "events": [       "MoMessage"     ],     "callbackUrl": "https://x.x.x.x/tyntec/forwardWAMessage"   }] } 

can you please nudge me in the right direction?