Hi there,
The chunked upload endpoint is not supported but I am pretty sure I have already used the upload media to upload video.
Here are the methods available in Tweetinvi.
Please let me know if this is helping you in any way. If you really need the Chunked Upload, this will be added in the next release (0.9.9.0).
Cheers,
Linvi
The chunked upload endpoint is not supported but I am pretty sure I have already used the upload media to upload video.
Here are the methods available in Tweetinvi.
var binary = newbyte[10]; Upload.UploadBinary(binary); Upload.UploadBinaries(new[] { binary }); Upload.UploadMedias(new[] { new Media { Data = binary } }, true);
Cheers,
Linvi