I have a list of users stored in my db from Google OAuth (only email, username, id). So on frontend part I want to check each of them if they are subscriber for some channelId or videoId. Note, not for current authenticated user, for all users which I have in my db. In API docs (https://developers.google.com/youtube/v3/docs/subscriptions/list) they only work with mine, I need some sort of forUserName I guess. Can someone help to resolve this issue?
from YouTube API check if user is a subscriber for channel or video
No comments:
Post a Comment