I was looking through the JavaScript library documentation for some way to get a unique ID out of a ContactEntry, and I found myself pausing my developer tools to look up the prototype stack until I found the method getLink(), which was actually three levels up. This is the only thing I could find that seems to include a unique ID for my contacts, and the ID occurs in the last component of the URL. If a user fiddles around a bunch with their contacts and I download them again, will this ID stay true to that contact entry?
It would be nice if this were mentioned in the documentation somewhere. Unfortunately, this method is not even covered in the API reference<http://code.google.com/apis/gdata/jsdoc/2.2/google/gdata/contacts/ContactEntry.html>. The parent class, "PersonEntry", does not appear in the API reference at all, nor do the other two prototypes above it. Would you consider including it? Can I get my hands on an un-minified version of this library's source code? -- 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
