Created
March 29, 2012 16:40
-
-
Save umrashrf/2239622 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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