PHP Classes

What is the best PHP youtube api class?: Get subscribers

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP youtube api class?  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP youtube api class?

Edit

Picture of Evgen Kukhar by Evgen Kukhar - 7 years ago (2016-07-23)

Get subscribers

This request is clear and relevant.
This request is not clear or is not relevant.

+3

Check subscribers on channel.

Ask clarification

1 Recommendation

PHP OAuth Library: Authorize and access APIs using OAuth

This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 23325 - 7 years 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
: 
: