Is it possible to display private videos through the Youtube API?

2

I'm creating a content strategy for a client and the following need arose: View private videos from youtube channel on the site.

What we want to do is create a strategy where users can only see some of the channel videos within our client's site, like exclusive content, you know? There is a whole speech to support this strategy, which is not the case comment here, because it would be just bla-bla-bla.

My question: Can you bring private Youtube videos to the site only using the Youtube API? I do not want a "how-to", I just need to know if it's possible. I looked at the documentation, but I could not clarify that much.

Thanks to everyone!

    
asked by anonymous 07.07.2014 / 23:52

1 answer

2

According to the API 3.0 reference guide

link

"In addition, some API methods for retrieving resources may require authorization or may contain additional metadata when requests are authorized. For example, a request to retrieve a user's uploaded videos may also contain private videos if the request is authorized by that specific user. "

    
08.07.2014 / 00:53