Hello Kevin, I know there is a bug in the sample that occurs when a contact is missing an e-mail address and this is the fix:
On the line: http://code.google.com/p/gdata-javascript-client/source/browse/trunk/samples/contacts/contacts_picker/picker.js#183 You can just add another clause to the test to avoid the bug: [CODE] } else if (entry.getEmailAddresses() && entry.getEmailAddresses().length > 0) { [/CODE] Also, for the scope, you should use: https://www.google.com/m8/feeds As the sample will first retrieve your group which requires another scope (that is included when using the top level scope). Best, Alain -- 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
