Hey, Im new to Google API and just tryed to implent this nice code example of google contact picker<http://gdata-javascript-client.googlecode.com/svn/trunk/samples/contacts/contacts_picker/picker.html>... all is working fine. but when i click at one of my email contacts, after i logged in and granted access to my contacts, then i get this alert: "Error: Request via script load timed out. Possible causes: feed URL is incorrect; feed requires authentication". The feed URL is correct... my logincall is:
var scope = 'https://www.google.com/m8/feeds/contacts/default/full'; var token = google.accounts.user.login(scope); why i dont get authentication? any ideas? greetings kevin -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
