1) https://www.googleapis.com/youtube/v3/guideCategories?key=API_KEY®ionCode=US&part=snippet
categoryId=GCQmVzdCBvZiBZb3VUdWJl
retrieved from first api's response
2nd API's response. "items[]" is empty
{
"kind": "youtube#channelListResponse",
"etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/JpsJe9kdx343U4W1AnbpwmYdffc\"",
"pageInfo": {
"totalResults": 0,
"resultsPerPage": 10
},
"items": []
}
I have also created client id for android app, but don't know how to use it for you tube data api calling.
Expected result is: App should be able to call above API without asking user to use their mail account