Skip to content

Instantly share code, notes, and snippets.

@omarmilhouse
Created June 20, 2013 13:36
Show Gist options
  • Select an option

  • Save omarmilhouse/5822739 to your computer and use it in GitHub Desktop.

Select an option

Save omarmilhouse/5822739 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>YouTube API</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="auth.js" type="text/javascript"></script>
<script type="text/javascript">
function handleAPILoaded() {
}
</script>
<script src="https://apis.google.com/js/client.js?onload=googleApiClientReady"></script>
</head>
<body>
<div id="login-container" class="pre-auth">This application requires access to your YouTube account.
Please <a href="#" id="login-link">authorize</a> to continue.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment