Recommend this page to a friend! |
All requests | > | What is the best PHP youtube api class? | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Evgen Kukhar - 14 hours ago (2016-07-23)
+2 | Check subscribers on channel. |
0 | by Manuel Lemos 14570 - 11 hours ago (2016-07-23) Comment 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 | |
|