1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-24 05:36:29 +02:00
OpenIntegrations/docs/en/examples/Twitter/UploadAttachmentsArray.txt
Vitaly the Alpaca (bot) 5bff6c8580 Main build (Jenkins)
2024-10-05 16:58:47 +03:00

11 lines
428 B
Plaintext

Parameters = GetTwitterAuthData();
Image1 = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg"; // URL, Binary Data or Path to file
ImageArray = New Array();
ImageArray.Add(Image1);
ImageArray.Add(Image2);
Result = OPI_Twitter.UploadAttachmentsArray(ImageArray, "photo", Parameters);