Home > Net >  How would I check a user of my website is a subscriber of a youtube channel?
How would I check a user of my website is a subscriber of a youtube channel?

Time:08-25

I am trying to create a website that checks if the current logged-in user is subscribed to a specific youtube channel. This is meant to restrict the user if they haven't yet. Is something like this even possible?

CodePudding user response:

You would need the user to login via google identity services to be able to access data like that via the api. The api gives you access to the channels the user is subscribed to if the user allows this

  • Related