Hey Developer's I am working on an android app. I see this gdata.youtube kind of address in tutorials. I need to get one for my channel. Please how do i go about it. Thanks.

有帮助吗?

解决方案

The gdata links are from YouTube Data API v2.0 which is deprecated. You should look into Youtube Data API v3.0. Here is how to get started: https://developers.google.com/youtube/v3/

If you just want to get information about your channel use this link: https://content.googleapis.com/youtube/v3/channels?part=snippet&mine=true&key=YOURAPIKEY Replace YOURAPIKEY with the public access API key from https://console.developers.google.com/project

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top