Questions tagged as 'youtube-api'

0
answers

Pull information from another page

Through a given url I get the following code <script> window["ytInitialData"] = {"responseContext":{"serviceTrackingParams": [{"service":"GFEEDBACK","params": [{"key":"has_unlimited_entitlement","value":"False"},...
asked by 12.11.2017 / 14:11
0
answers

Problems in the Api Youtube code - Import class

Good evening! I'm trying to do a search using the youtube API, however I'm having difficulty referring to a class: "com.google.api.services.samples.youtube.cmdline.Auth;". I'm not finding it on the internet. I ask for help in finding this cla...
asked by 17.04.2017 / 01:43
0
answers

Muting videos within Slider with Youtube iFrame API

I'm having a bizarre situation going on. I have a PHP loop to consume database information and display on the page. One of these information is the ID of a Youtube video that I would like to display with autoplay and mute. After a lot of h...
asked by 27.03.2017 / 03:25
1
answer

Using the Data API youtube v2 (Error No longer available)

Good afternoon, I'm trying to solve a problem on a page, where youtube API is used, to bring the videos of a certain channel. however, he recently started giving the No longer available error. I'm not sure what version of the API is being u...
asked by 21.09.2016 / 19:12
0
answers

Autoplay youtube video on mobile

I would like to know how I can put the youtube video in autoplay on my mobile, because it is not working, on the mobile it does not autoplay, it does not play the video without having to press. My Script. <script> /...
asked by 21.09.2015 / 16:58
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
0
answers

How to know the number of subscribers

In C # I will develop an application to control views and subscribers of my channel ... I tried to enter this code: static long Inscritos(string youtube_addr){ var wb=new WebBrowser(); wb.Navigate(youtube_addr); // Sendo http://youtube.com/...
asked by 18.03.2015 / 00:19