google 썸네일형 리스트형 웹에서 구글 자동 로그인 방지 function googleAuth() { gapi.load('client:auth2', { callback: function() { gapi.client.init({ apiKey: 'Your_API_KEY', clientId: 'YOUR_CLIENT_ID', scope: 'https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email', expires_in: 1000 }).then( function(success) { gapi.auth2.getAuthInstance().signIn().then( function(success) { var id_token = success.getAuthRespon.. 더보기 이전 1 다음