views:

25

answers:

2

Hi all,

In my application need to support the uploading videos to the YouTube. Is it possible to upload a video to youtube with in the application, If we can guys please help me how to do this.

Thanks in advance, Sekhar Bethalam.

A: 

It is possible. There an API for it

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

Galen
A: 

In addition to the YouTube API you might want to check out the GData Objective-C client which allows you to use the YouTube API in a more native Obj-C way.

thyrgle