3

I want to create a condition on my webpage that only when a user is a YouTube subscriber he/she can make downloads.

Someone have any idea how i could do that? 🤔 I tried github and stack overflow but had no success

I looked on github, but had no success.

Comments
  • 4
    Make your user login with a Google account (using OAuth2) and request permission from the user to use the YouTube APIs. Then you can get the user's subscriptions list and check if your channel's in there.
  • 1
    Thanks tuni, i will give it a try 🤓
  • 0
    @priandpasta no worries :)
  • 1
    @ItsaMeTuni Isn't there a way to check an authorized Google user's username and compare it with your subscriber list?
  • 1
    @Lor-inc You don't have access to your sub list.
  • 0
    Why would you do that?
  • 0
    @PrivateGER idk, it crossed my mind and i wanted to see if it was possible 🤔 you think is bad?
  • 0
    @priandpasta Yes. Very much so.
  • 0
    @PrivateGER i was discussing this we my friends. We thought it would be a way to get 1000 subs faster and monetize the channel otherwise we could just rely on YouTube and god knows how long that could take even uploading every week 🤔

    As cons we could turn people angry, as i can see it already happened with you just on the idea of it 😅
  • 0
    @priandpasta Yeah, that's really just a dick move. You'll get few subscribers and upset many more people.
  • 0
    @PrivateGER yeah.. i think is better to give away gifts cards and other stuff for subs. Using the api to verify that could work better :)
Add Comment