mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-25 21:39:21 +02:00
15 lines
568 B
Plaintext
15 lines
568 B
Plaintext
Parameters = GetTwitterAuthData();
|
|
Text = "TestTweet" + String(New UUID);
|
|
|
|
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
|
|
|
|
VideosArray = New Array;
|
|
VideosArray.Add(Video);
|
|
VideosArray.Add(Video2);
|
|
|
|
Result = OPI_Twitter.CreateVideoTweet(Text, VideosArray, Parameters);
|
|
|
|
Text = "TestTweet" + String(New UUID);
|
|
Result = OPI_Twitter.CreateVideoTweet(Text, Video, Parameters);
|