Jaydeep parmar
Jaydeep parmar

Reputation: 569

How to get youtube channel name from youtube v3 api in android

is there any way we can get the channel name of our logged-in google account in android using youtube's v3 API?

I didn't found any documentation related to the channel name. I don't want videos and playlists I need a channel name

Thank you

Upvotes: 0

Views: 179

Answers (1)

Mohak Shah
Mohak Shah

Reputation: 572

you can easily get channelTitle variable in Snippet object of youTube API.

Upvotes: 1

Related Questions