mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-18 23:48:56 +02:00
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
|
|
ImageArray = New Array;
|
|
ImageArray.Add("C:\1.mp4");
|
|
ImageArray.Add("C:\2.mp4");
|
|
|
|
Response = OPI_Twitter.CreateVideoTweet("Nature", ImageArray, Parameters);
|
|
Response = OPI_Tools.JSONString(Response);
|