0

I want to fetch the youtube channel list and show it on tableView can anyone help to get the channel list of loggedin user via google.

Shaniraaj
  • 59
  • 9

1 Answers1

0

You may want to check the Channels: list method which returns a collection of zero or more channel resources that match the request criteria. Then use the forUsername parameter.

The forUsername parameter specifies a YouTube username, thereby requesting the channel associated with that username.

Additional reference:

abielita
  • 13,147
  • 2
  • 17
  • 59