mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
Parameters = GetTwitterAuthData();
|
|
Text = "TestTweet" + String(New UUID);
|
|
|
|
AnswersArray = New Array;
|
|
AnswersArray.Add("Option 1");
|
|
AnswersArray.Add("Option 2");
|
|
|
|
Result = OPI_Twitter.CreatePollTweet(Text, AnswersArray, 60, Parameters);
|