Reputation: 31
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
Reputation: 571
Its not possible to get the /c/username
or the /user/username
via the YouTube API at this moment.
Upvotes: 2