We have the following two interdependent HttpRequests in our
module.xml (http://orkut.ilike.com/gadget/ilike/orkut);  the second
request includes a parameter derived from the response of the first
request.

  <os:HttpRequest key="cache" authz="signed" href="http://
orkut.ilike.com/gadget/ilike_async_get_cache_key" format="json"
signViewer="false" params="orkut_profile=true" refreshInterval="0"/
>
  <os:HttpRequest key="profile" authz="signed" href="http://
orkut.ilike.com/gadget/profile_tracks_json" params="synd=orkut&key=$
{cache.content.key}" format="json" signViewer="false"/>

These two requests occur correctly on our development app.

200 OK [http://stage2.ilike.com/gadget/ilike_async_get_cache_key?
orkut_profile=true&oauth_body_hash=2jmj7l5rSw0yVb%2FvlWAYkK%2FYBwk
%3D&opensocial_owner_id=13667948388406352854&...

200 OK [http://stage2.ilike.com/gadget/profile_tracks_json?
synd=orkut&key=1249950838&

But in our production app in the directory, we see no hits to
ilike_async_get_cache_key, and the cache parameter on the
profile_tracks_json is empty:

200 OK [http://orkut.ilike.com/gadget/profile_tracks_json?
synd=orkut&key=&oauth_body_hash=2jmj7l5rSw0yVb%2FvlWAYkK%2FYBwk
%3D&opensocial_owner_id=09709850732815347472&...

This is causing our app to display stale cached data because we are
unable to fetch the cache key.

Any ideas what we might be doing wrong to cause this to happen?

Thanks,
-p

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to