Hi Kevin, This is the intentional behavior for the feed's element <updated>, the idea is to set a snapshot reference for you to use in future queries. For example, if you send a request for a feed and keep track of the value of the feed's <updated> element. Then you can later retrieve only the contacts that have changed since the previous request by setting updated-min to that <updated> value.
Cheers, Julian. On Feb 3, 4:23 pm, Kevin <[email protected]> wrote: > The <updated> element of the feed is supposed to indicate the > timestamp of the last change to the feed. What I'm seeing is that > the <updated> element of the feed is changing every time the feed is > being *read*. If I run the GET below twice, I get two different > values for the <updated> timestamp. Is this a bug, or am I missing > something in the documentation? I'm seeing the same behavior whether > I use GData v1 or v2. > > GET /m8/feeds/contacts/[email protected]/full?max-results=10 HTTP/ > 1.1 > Content-Type: application/x-www-form-urlencoded > Authorization: GoogleLogin auth=[token here] > Host:www.google.com > Connection: close > > Thanks. > > --- Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
