You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-05 22:53:35 +02:00
12 lines
428 B
Plaintext
Vendored
12 lines
428 B
Plaintext
Vendored
Parameters = GetVKParameters();
|
|
URL = "https://github.com/Bayselonarrend/OpenIntegrations";
|
|
|
|
Image = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, File path or Binary Data
|
|
TFN = GetTempFileName("png");
|
|
CopyFile(Image, TFN);
|
|
Image = New BinaryData(TFN);
|
|
|
|
Result = OPI_VK.CreateStory(Image, URL, Parameters);
|
|
|
|
Result = OPI_VK.CreateStory(TFN, , Parameters);
|