Hi
using TweetInvi
The name Auth does not exist in the current context.
The name Upload does not exist in the current context
Auth(oauth_consumer_key, oauth_consumer_secret, accessToken, accessTokenSecret);
// Upload video (Replace "videoPath" with the path to your video file)
var videoUploadResult = Upload.UploadVideo(videoPath);
Thanks