Hi,
    I'm trying to use the feature of data pipelining with proxied content as
mentioned in opensocial-0.9 spefication (
http://www.opensocial.org/Technical-Resources/opensocial-spec-v09/OpenSocial-Data-Pipelining.html#rfc.section.10).
Shindig doesn't fetch the content from the data pipelining tags and post to
the href mentioned in the content tag. Instead it just makes GET request to
the href mentioned in the following gadget xml. I've tried this on igoogle
and orkut. What could be the issue here? Should I try this on any other
container?

----
<?xml version="1.0" encoding="UTF-8"?>
<Module>

  <ModulePrefs title="Weather"
               description="Weather Forecast Sample Application"
               category="Information">
    <Locale lang="en" country="us"/>
    <Require feature="opensocial-0.9"/>
    <Require feature="opensocial-data"/>
  </ModulePrefs>

  <Content type="html" view="canvas" href="http://example.com/abc";
xmlns:os="http://ns.opensocial.org/2008/markup";>
        <os:HttpRequest key="local" href="http://www.yahoo.com";
format="text"/>
  </Content>

</Module>
----

Thanks,
Kunal

-- 
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" 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/opensocial-api?hl=en.

Reply via email to