Thanks Dan, After I register my application at the said URL, I get the following error - Invalid domain
Is it possible that the data pipelining is only supported for Opensocial Container versions >= 0.9 ? I believe iGoogle is running 0.8 so is Orkut. In fact Orkut is running 0.7 in production apparently. Thanks, -Vas On Fri, Dec 11, 2009 at 3:08 PM, Dan (Google) <[email protected]> wrote: > Hi Vas, > > The proxied content feature you're using isn't fully tested or > supported on iGoogle, so this isn't necessarily expected to work. > However, have you tried registering your gadget here: > https://www.google.com/gadgets/directory/verify to obtain a key/secret > for signing? It's possible proxied content will not work unless the > gadget is registered. > > Thanks, > Dan > > On Dec 7, 10:18 pm, groupalias v <[email protected]> wrote: >> Hi, >> >> I am trying to learn to write my first gadget and used the following >> xml in the igoogle sandbox. The idea was that the container will send >> me a signed list of all the user fields it could. >> I get a -- Unable to reach remote host. HTTP status 403. >> The url I am using works when I access it through the browser. >> >> <?xml version="1.0" encoding="UTF-8"?> >> <Module xmlns:os="http://ns.opensocial.org/2008/markup"> >> <ModulePrefs title="Test"> >> <Require feature="opensocial-0.8" /> >> <Require feature="opensocial-data"/> >> </ModulePrefs> >> <Content href="http://www.example.com/test" authz="signed" >> sign_viewer="true"> >> <os:PeopleRequest key="viewer_friends" fields="@all" /> >> <os:ViewerRequest key="viewer" fields="@all" /> >> </Content> >> </Module> >> >> I thought that the igoogle backend will just send the data in a http post. >> >> When I remove the authz and sign_viewer attributes I get an error as >> expected that the request must be signed. Can some one tell me what I >> am missing? >> >> Thanks! >> >> -Vas > > -- > > You received this message because you are subscribed to the Google Groups > "iGoogle Developer Forum" 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-Gadgets-API?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en.
