oikram
1
Hello all,
I have a youtube user channel;
I have a website;
I want to allow site registered users to upload some videos to my own youtube user channel.
I don’t want them to comment any videos, or anything that requires their own login credentials.
Should I use: ClientLogin authorization ?
If so, how can I get a token so that I can allow my site to interact with my youtube channel account?
Any lights here will be greatly appreciated, since I’m kinda lost here.
Thanks in advance,
Márcio
The Google Code Developer Guide answers all of these questions. http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html
Authentication is up to you (between AuthSub, OAuth and ClientLogin). For info on obtaining a ClientLogin token, look at http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#ClientLogin_Authentication
oikram
3
And after being there, I ask, in case anyone knows about it: 
Should I use: ClientLogin authorization ?
If so, how can I get a token so that I can allow my site to interact with my youtube channel account?
I was unable to find answers for this.
Thanks again,
Márcio