Checking subscriber status with PHP?

Hi! Like the title says, I’m trying to check whether a user is subscribed to a certain channel or not, but not sure how I would go about doing this. So far I figured it could be possible with the oauth of the user, but not sure how I can make the requests with what data in PHP.

Any help would be appreciated!

Thanks in advance,

SpetsDev

Most folks around here use cURL in PHP to make requests to the API. You would first need to get the proper OAuth token for the user and then call the subscriptions endpoint.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.