Recommend this page to a friend! |
All requests ![]() |
> | What is the best PHP youtube api class? | > | Request new recommendation | > | ![]() |
> | ![]() |
by Evgen Kukhar - 14 hours ago (2016-07-23)
+2 | Check subscribers on channel. |
0 |
You can use the YouTube Data API which requires OAuth 2.0. So you can use this OAuth Library client class. In the scope you should include at least: https: //www.googleapis.com/auth/youtube.readonly The in the CallAPI pass the URL: https:// www.googleapis.com/youtube/v3/subscriptions?part=subscriberSnippet&mySubscribers=true You need to enable the YouTube API in the Google developer console. |
Recommend package | |
|