Hello,
I am having troubles retrieving edit link for contact. I modified a
little some example code
def PrintFeed(feed):
for entry in feed.entry:
print entry.link[2].href
for email in entry.email:
if email.primary and email.primary == 'true':
print ' %s' % (email.address)
When run from saved .py file on my local machine it gives me full edit
link.
When i deployed same code to google app engine it only gives me link
to contact.
Result from using local .py file:
http://www.google.com/m8/feeds/contacts/email/full/78d164a78be0b0e0/1255425558446000
Result from GAE
http://www.google.com/m8/feeds/contacts/email/full/78d164a78be0b0e0
Can someone explain it to me please?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts API" 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://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---