File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 google . load ( 'visualization' , '1.0' , { 'packages' : [ 'corechart' ] } ) ;
1818
1919 // Upon loading, the Google APIs JS client automatically invokes this callback.
20- // See http ://code .google.com/p/google- api-javascript- client/wiki/Authentication
20+ // See https ://developers .google.com/api-client-library/javascript/features/authentication
2121 window . onJSClientLoad = function ( ) {
2222 gapi . auth . init ( function ( ) {
2323 window . setTimeout ( checkAuth , 1 ) ;
6767
6868 // Load the client interfaces for the YouTube Analytics and Data APIs, which
6969 // are required to use the Google APIs JS client. More info is available at
70- // http ://code .google.com/p/google- api-javascript- client/wiki/GettingStarted#Loading_the_Client
70+ // https ://developers .google.com/api-client-library/javascript/dev/dev_jscript#loading-the-client-library-and-the-api
7171 function loadAPIClientInterfaces ( ) {
7272 gapi . client . load ( 'youtube' , 'v3' , function ( ) {
7373 gapi . client . load ( 'youtubeAnalytics' , 'v1' , function ( ) {
You can’t perform that action at this time.
0 commit comments