1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-31 22:05:13 +02:00

15 lines
568 B
Plaintext
Raw Normal View History

2024-09-21 10:57:02 +03:00
 Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
2024-10-06 21:51:35 +03:00
Video = "https://openyellow.neocities.org/test_data/video.mp4"; // URL, Binary or Path to file
Video2 = "https://openyellow.neocities.org/test_data/video.mp4"; // URL, Binary or Path to file
2024-09-21 10:57:02 +03:00
VideosArray = New Array;
VideosArray.Add(Video);
VideosArray.Add(Video2);
Result = OPI_Twitter.CreateVideoTweet(Text, VideosArray, Parameters);
2024-09-21 22:23:55 +03:00
Text = "TestTweet" + String(New UUID);
2024-09-21 10:57:02 +03:00
Result = OPI_Twitter.CreateVideoTweet(Text, Video, Parameters);