When will it be pushed out to orkut?

2008/2/14, Arne Roomann-Kurrik <[EMAIL PROTECTED]>:
>
> Hi,
>
>    There was a bug in Shindig that kept these headers from being sent to
> the third party server.  The bug was fixed (
> https://issues.apache.org/jira/browse/SHINDIG-57) in Shindig, but the fix
> hasn't been pushed out to Orkut yet.  Hopefully this issue will be resolved
> soon.
>
>    We're tracking this problem here:
> http://code.google.com/p/opensocial-resources/issues/detail?id=2 .  You
> can star that issue to be notified when the issue changes.
>
> ~Arne
>
> On Thu, Feb 14, 2008 at 4:59 AM, Marc Wessely <[EMAIL PROTECTED]>
> wrote:
>
> > I am facing the same problem, was working before.
> >
> > arne whats the issue with that??
> >
> > marc.
> >
> > 2008/2/14, Nadav <[EMAIL PROTECTED]>:
> >
> > >
> > > Hi,
> > >
> > > I am trying to initiate a POST request using this code:
> > >
> > >     opt_params = {};
> > >     opt_params[gadgets.io.RequestParameters.AUTHORIZATION] =
> > > gadgets.io.AuthorizationType.SIGNED;
> > >     opt_params[gadgets.io.RequestParameters.METHOD] =
> > > gadgets.io.MethodType.POST;
> > >     opt_params[gadgets.io.RequestParameters.POST_DATA]="testdata=911";
> > >     opt_params[gadgets.io.RequestParameters.HEADERS]={'Content-type':
> > > ''application/x-www-form-urlencoded'};
> > >     gadgets.io.makeRequest('http://www.mydomain.com/orkut/set.php',
> > > fn,
> > >         opt_params);
> > >
> > > However, when Orkut connects to my server, the headers are not sent,
> > > hence PHP does not get the $_POST['testdata'] argument.
> > >
> > > Here is the captured HTTP request:
> > >
> > > POST /orkut/set.php?opensocial_ownerid=[SNIPPED]
> > > Content-Type:
> > > Host: www.thesamet.com
> > > Content-Length: 9
> > > Accept-Encoding: gzip
> > >
> > >
> > >
> >
> >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut 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/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to