Re: Re: query
danielcorrente--- via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <PH0PR17MB5199D625CBC79E18E6965152D2139@PH0PR17MB5199.namprd17.prod.outlook.com> |
the apy say it:
curl -i -X POST \
https://graph.facebook.com/v15.0/105954558954427/messages \
-H 'Authorization: Bearer EAAFl...' \
-H 'Content-Type: application/json' \
-d '{ "messaging_product": "whatsapp", "to": "15555555555", "type": "template", "template": { "name": "hello_world", "language": { "code": "en_US" } } }'
I don't know how to translate this so that it works in windows curl (it is not explained in the api)
I appreciate if someone already did this and can help me
From: danielcorrente--- via curl-users
Date: 2022-11-28 18:43
To: curl-users
CC: [email protected]
Subject: Re: Re: query
I'm sure you can handle reading the API on your own.
If I already read it and it doesn't say explain how to do it, that's why I wrote these emails
From: Dan Fandrich via curl-users
Date: 2022-11-28 18:38
To: curl-users
CC: Dan Fandrich
Subject: Re: query
On Mon, Nov 28, 2022 at 06:29:38PM -0300, danielcorrente--- via curl-users wrote:
> whatsapp link:
> https://developers.facebook.com/docs/whatsapp/cloud-api/get-started?locale=
> es_LA#sent-test-message
I'm sure you can handle reading the API on your own.
> my errors:
> [cid]
Please don't post images. They are hard to view, manipulate and quote. But,
that image shows that it is, indeed, a quoting issue you're facing.
--
Unsubscribe: https://lists.haxx.se/listinfo/curl-users
Etiquette: https://curl.se/mail/etiquette.html
--
Unsubscribe: https://lists.haxx.se/listinfo/curl-users
Etiquette: https://curl.se/mail/etiquette.html