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.


Reply via email to