You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-06 21:04:14 +02:00
14 lines
558 B
Plaintext
Vendored
14 lines
558 B
Plaintext
Vendored
Parameters = GetTwitterAuthData();
|
|
Text = "TestTweet" + String(New UUID);
|
|
|
|
Video = "https://hut.openintegrations.dev/test_data/video.mp4"; // URL, Binary or File path
|
|
Video2 = "https://hut.openintegrations.dev/test_data/video.mp4"; // URL, Binary or File path
|
|
|
|
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); |