Hello I'm starting to use the Google API to connect to the phone book ....
I decided to use JavaScript Here in use code: function auth() { var config = { 'client_id': '******', 'scope': 'https://www.google.com/m8/feeds' }; gapi.auth.authorize(config, function() { fetch(gapi.auth.getToken()); }); } function fetch(token) { token['g-oauth-window'] = null; $.ajax({ url: 'https://www.google.com/m8/feeds/contacts/default/full?alt=json', dataType: 'jsonp', data: token }).done(function(data) { document.getElementById('prova').innerHTML = JSON.stringify(data); }); } Works well .... shame that only shows a small part of the names in my address book! Does anyone have suggestions? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d6a08c16-41d3-4482-bf65-13dd941b790c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.