/YouTubeUploader

Based on yt-direct-lite-ios.Support upload video to youtube.

Primary LanguageObjective-CMIT LicenseMIT

YouTubeUploader

Based on yt-direct-lite-ios. The yt-direct-lite-ios project has not been updated for more than two years.Although the code work well for xcode 7,but The code itself is out of date. So I prefer to rewrite part of the code.

##Modify

  • Remove Google APIs Client Library for Objective-C svn dependency. Direct copy & paste some party of source code.
  • Using storyboard instead of create UI element in code.
  • Modify party of code in Modern Objective C.

##More Info This project is hard to use.So I create another project YoutubeUploaderFramework.I encapsulate the project into one framework.You only need some API call to upload video. Very easy to use.Hope you like it.

##Config YouTube ClientID & Client Secret First open the Enable YouTube Data API link. Then Open APIs & auth->Credentials link in Google Console.Click Add credentials Button,then choose OAuth 2.0 client ID. For application type choose Other(Not iOS type).Then you will get the Client ID and Client Secret. Then replay my test Client ID & Secret in Utils.h.

License

YouTubeUploader is released under the MIT license. See LICENSE for details.