Ramco Ramco
Hi
UploadVideoAndTweet("htps://youtube.com/watch?v=PBc-Qwmh_KQ", "Hi");
public void UploadVideoAndTweet(string filePath, string tweetText) {
byte[] fileBytes = System.IO.File.ReadAllBytes(filePath);
}
Thanks