Skip to content

Instantly share code, notes, and snippets.

@umrashrf
Created March 29, 2012 16:40
Show Gist options
  • Save umrashrf/2239622 to your computer and use it in GitHub Desktop.
Save umrashrf/2239622 to your computer and use it in GitHub Desktop.
YouTubeUploader ytu = new YouTubeUploader();
ytu.OtherLogin();
String url = ytu.UploadVideo(file, title, desc);
if (url != null) {
// it's URL of the uploaded video
} else {
// video failed to be uploaded
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment