2024-09-21 10:57:02 +03:00
|
|
|
Parameters = GetTwitterAuthData();
|
|
|
|
Text = "TestTweet" + String(New UUID);
|
|
|
|
|
2024-10-15 10:07:27 +03:00
|
|
|
GIF = "https://api.athenaeum.digital/test_data/animation.gif"; // URL, Binary or Path to file
|
|
|
|
Gif2 = "https://api.athenaeum.digital/test_data/animation.gif"; // URL, Binary or Path to file
|
2024-09-21 10:57:02 +03:00
|
|
|
|
|
|
|
GifsArray = New Array;
|
|
|
|
GifsArray.Add(GIF);
|
|
|
|
GifsArray.Add(Gif2);
|
|
|
|
|
|
|
|
Result = OPI_Twitter.CreateGifTweet(Text, GifsArray, 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.CreateGifTweet(Text, GIF, Parameters);
|