Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Video file share with YouTube and Twitter on iOS 6 and above

I'm working on a Video recording iOS app and as a final step I need to allow the user to share the video file ( MOV ) with FB, Twitter and YouTube. FB implementation is done. But I'm having difficulty with YouTube and Twitter.

I know that Twitter doesn't have Video share option by default and we have to relay on 3rd part services like Vine or twitpic. So I'm ok to drop Twitter video sharing if its too difficult.

But There should be a easy way with YouTube. I have read http://code.google.com/p/google-api-objectivec-client/ but its seems bit outdated.

So I need any one of your's help on this point. Has anyone done any similar implementation for iOS 6+ ? If so kindly give me a helping hand. Or at least a suggestion to use YouTube API with iOS app.

Really appreciate any help.

Kind Regards Viraj

like image 897
Viraj Avatar asked Nov 02 '22 09:11

Viraj


1 Answers

The Google objective-c API client that you reference in your question has a sample app for YouTube authentication and file upload. You should be able to just copy and paste most of the code, just using the correct API keys that you obtained in the Google API Console.

like image 132
Brian Shamblen Avatar answered Nov 10 '22 14:11

Brian Shamblen