Reputation: 569
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
Reputation: 572
you can easily get channelTitle
variable in Snippet
object of youTube API.
Upvotes: 1