Questions tagged as 'api-youtube'

1
answer

Find similar metrics by the Youtube API

I was viewing the Youtube APIs documentation, but I could not see clearly the following situation: How could I compare metrics (or data) from my two channels or their videos, having the 2 API keys in the database? For example, I'm in my...
asked by 29.09.2017 / 14:34
1
answer

Recover Json Value

I'm including my YouTube channel with my videos on my site. But there's a part of Json that I can not recover. I'm doing this: $.each($feed.items, function(i,item){ var url = item.videoId; I commented on the code for you to see from Json...
asked by 26.05.2015 / 21:27
0
answers

Modify the VIDEO_CODE of the Youtube API without having to create a new version of apk

I need to change this VIDEO_CODE String every day, because inside the app is a boot that leads to a live broadcast, I would have to do it without having to generate a new apk every day and generate a new version on the console. private final S...
asked by 14.06.2018 / 05:38
0
answers

Can you put the youtube channel playlist when the video ends?

Do you know when the YouTube video ends in the Player? A thumbnail of videos is displayed to watch. These are the recommended videos for you according to what you've been watching. But how can you leave only those videos on a certain chann...
asked by 06.08.2015 / 13:34
0
answers

Play function does not work in iOS browser

These functions below are from the Youtube API for viewing videos. It is working in all browsers. But when I open the site on iPhone and click on PLAY to start the video, it does not perform the action. I put click , touchstart a...
asked by 27.07.2015 / 14:09
0
answers

YouTube API V3 to Get a Video List of Entries

I'm creating a page where I need to grab all the videos it finds on the user's link page. I searched all the pages of the Google Developer Youtube api's v3 but I did not find something that only returns the videos of the channels I'm following...
asked by 05.06.2015 / 05:35