mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Image = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or Path to file
|
|
View = "Post";
|
|
|
|
Result = OPI_VK.UploadPhotoToServer(Image, Parameters, View);
|