3

We're going to use our business' Youtube account to store private videos that our users upload (sports related). So we're going to set the videos private in the Youtube account as soon as they're uploaded.

We want to then use the API to retrieve a list of videos. When a user wants to watch one through our interface, we'll briefly mark it public until it starts playing and then change it back to private.

My question is: Is it possible to retrieve a list of videos in our YouTube account without having to go through the Oauth steps? I.e. We just want to display the private videos from our business' account using the API. Our Google API account is the same Google account as we use for Youtube.

A PHP example would be awesome!!

All of the examples I've seen are for a user logging in to their own Youtube account to get the Oauth token and then listing videos from their account.

Thanks for your help!

4

0 回答 0