mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-16 11:38:11 +02:00
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
|
|
ImageArray = New Array;
|
|
ImageArray.Add("C:\logo.png");
|
|
ImageArray.Add("C:\logo_long.png");
|
|
|
|
Response = OPI_Twitter.CreateImageTweet("Alpaca", ImageArray, Parameters);
|
|
Response = OPI_Tools.JSONString(Response);
|