Top "Youtube-api" questions

The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.

Fetch YouTube highest thumbnail resolution

I want to get youtube highest thumbnail "maxresdefault.jpg" Like this one http://i.ytimg.com/vi/Cj6ho1-G6…

php youtube youtube-api
loading multiple video players with youtube api

I need to load more than one video with youtube's API. This is my first time using it so I'm …

javascript youtube youtube-api
How to get all comments on a YouTube video?

Since Google has deprecated the YouTube v2 API, I cannot find a way to get all the comments from a …

youtube-api google-api google-plus youtube-data-api
How to autoplay a YouTube video in a UIWebView

I have seen a lot of posts in here about this issue, but still couldn't find a perfect answer for …

ios objective-c youtube uiwebview youtube-api
How to change page results with YouTube Data API v3

I'm trying to get video data from the YouTube API (v3) using this example: https://developers.google.com/apis-explorer/#p/…

api youtube youtube-api
How to implement a responsive Youtube embed iframe with Twitter Bootstrap?

Currently I'm embedding Youtube videos with the following HAML code in a Twitter Bootstrap based site: .row .span12 %iframe.span11{ :…

ruby-on-rails-3 twitter-bootstrap youtube-api responsive-design
YouTube embed showinfo has been deprecated

We are using a YouTube video on our website as a hero banner. However few days ago it started showing …

youtube youtube-api embed
Alternative for https://gdata.youtube.com/feeds/api/videos/<video_id>?v=2

These days I noticed that Youtube API which I'm using on my project is no longer available, e.g. https://…

youtube-api http-status-code-410
What is the purpose of a "Refresh Token"?

I have a program that integrates with the YouTube Live Streaming API. It runs on timers, so its been relatively …

authentication oauth youtube-api access-token refresh-token
Add YouTube Data API to Android Studio

So, I am currently messing around with android programming in my free time, and I am using android studio as …

java android youtube-api gradle android-studio