Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In my iOS application I need to support the upload of videos to YouTube.

Is it possible to upload a video to YouTube within this application? If so, how can I implement this?

share|improve this question
Here is an article where you can find example source code for iOS: urinieto.com/2010/10/… – Mathieu Godart Jan 20 '12 at 3:25
Got the solution after a lot of search ....Use this link to download the sample code...100% working !! Set developer key and it will start working.The link github.com/eternalstorms/ESSVideoShare-for-OS-X-Lion – Parvez Belim May 17 at 12:12

closed as not constructive by Will May 17 at 13:33

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 6 down vote accepted

It is possible. There an API for it

http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Uploading_Videos

share|improve this answer
It only gives me error 400 Invalid Request responses. Can you post some code how to construct a valid request for direct uploading? – yourfriendzak Jul 12 '12 at 19:31

Not the answer you're looking for? Browse other questions tagged or ask your own question.