Home - achim-t/Youtube-Grid GitHub Wiki

Welcome to the Youtube-Grid wiki!

Useful links


Scribe

OAuth2 with Scribe

OAuth2 w/o Scribe (Alternative?)

[OAuth with Google](https://developers.google.com/api-client-library/java/google-oauth-java-client/reference/1.19.0/com/google/api/client/auth/oauth2/AuthorizationCodeFlow#createAndStoreCredential(com.google.api.client.auth.oauth2.TokenResponse, java.lang.String))


Shutdown hook for java web application

http://stackoverflow.com/questions/4112686/how-to-use-servlets-and-ajax

Google API Explorer

GET https://www.googleapis.com/youtube/v3/channels?part=id&mine=true

{
 "kind": "youtube#channelListResponse",
 "etag": "\"9iWEWaGPvvCMMVNTPHF9GiusHJA/xc62bVY5TIMaZofz1DWcjaKarIs\"",
 "pageInfo": {
  "totalResults": 1,
  "resultsPerPage": 1
 },
 "items": [
  {
   "kind": "youtube#channel",
   "etag": "\"9iWEWaGPvvCMMVNTPHF9GiusHJA/6OKBNJ38v4T235zEbsvAapbD7UI\"",
   "id": "UCxthdj6BtozwYyvhKa4cgSQ"
  }
 ]
}

Deploying Java Applications to Heroku from Eclipse or IntelliJ IDEA

[Heroku Configuration and Config Vars] (https://devcenter.heroku.com/articles/config-vars)