I would like to add video functionality using the YouTube api on a php web application, but I would like the videos to be available only for the users that have paid subscription.So my questions is if I will be able to handle the users subscriptions from my site or the users should pay the subscription on youtube?Also using the youtube api I will be able to have those videos to my php page and how I should check if the each user from my site has paid the subscription?
Thank you in advance for your replies.