How do I upload a video to YouTube from within an iOS application?

24,963

It is possible. There an API for it

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

Share:
24,963
ChandraSekhar
Author by

ChandraSekhar

Updated on July 09, 2022

Comments

  • ChandraSekhar
    ChandraSekhar almost 2 years

    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?

  • zakdances
    zakdances almost 12 years
    It only gives me error 400 Invalid Request responses. Can you post some code how to construct a valid request for direct uploading?