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

1) I register account in Youtube.

2) People, who is logged in in my website can upload their videos on my site.

3) Videos is uploaded to my Youtube account.

4) So, one account of youtube holds all uploaded videos by my website's members

Is it possible to do that? If you didn't understand, feel free to ask.

Thank you very much.

+I want to be able to allow people add their name of video, add tags and so on.

share|improve this question
Not sure this is a programming issue. – ChrisF Sep 26 '10 at 13:28
3  
How can it be not a programming issue? So then what? – evening Sep 26 '10 at 13:29
If I ( my users ) upload for example 5 thousands videos, do I infringe any of youtube's terms? – rodi Nov 23 '12 at 21:42

1 Answer

up vote 3 down vote accepted

Using the YouTube API, you can implement that. Have a look:

http://code.google.com/intl/de/apis/youtube/overview.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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