Hamza Jazmati
Hamza Jazmati

Reputation: 31

How to get Youtube page's username Using Youtube API

I am trying to find the page's username through the Youtube API (******@pages.plusgoogle.com). I'm not getting this information through a request like: GET https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true

What should I do?

PS: I'm using the PHP Library.

Upvotes: 3

Views: 399

Answers (1)

Janyk
Janyk

Reputation: 571

Its not possible to get the /c/username or the /user/username via the YouTube API at this moment.

Upvotes: 2

Related Questions