I have a wordpress website that uses woocommerce memberships.We somehow managed to map patreon users to woocommerce memberships so that they get all the perks via our own website.
I know it's possible to query the Youtube API endpoint members.list
which would give us 1) the membership level and2) the youtube channel id of each individual member
How can we then validate that a wordpress user is a youtube valid member?With patreon the validation is by matching email address, but on youtube there's no access to the user email. I guess the user would have to set his youtube channel id in our website so we can later confirm it matches a valid membership.The problem is that anyone can provide someone elses channel id to trick the system...
any ideas that would help with this much appreciated