its working in sandbox - finally
thanks

please do let us know, when this will be pushed to Live version
so that we can notify our users

On Jul 9, 12:10 am, Tiago Silveira <[email protected]> wrote:
> Hello everyone,
>
> A little hope this time: we came up with a fix for data pipelining,
> but it affects backward compatibility for server-to-server RPCs a
> little bit. If you're sending requests from your server to
> /social/rpc, you must be ready to accept a JSON response that contains
> a "result" or a "data" field in the response. Orkut currently sends
> only the "data" field, and the javascript code that you are running
> right now only looks for the "result" field. Orkut will start sending
> both now. It shouldn't hurt anyone if their code was already written
> to expect either of the fields set. It could break clients that expect
> the "data" field to be the first or the only field in the response.
>
> To see the main discussion, check out the JIRA 
> issue:https://issues.apache.org/jira/browse/SHINDIG-1144
>
> I'll push sandbox with this change today and include it in the next
> orkut push. Once sandbox is pushed and we see no further issues, I'll
> give you a final date for the fix to reach production.
>
> Again, let me reiterate that gadgets calling ViewerRequest or
> OwnerRequest don't need to be changed. Only look at your server-side
> code if your server calls opensocial RPCs directly on Orkut.
>
> Regards,
> Tiago
>
> On Jul 7, 6:23 pm, Sundeep <[email protected]> wrote:
>
>
>
> > I am also eagerly waiting for the pipelining fix.
>
> > Thanks,
> > Sundeep
>
> > On Jul 7, 7:53 am, "Bruno M. V. Souza" <[email protected]> wrote:
>
> > > Thanks for the updates Tiago!
>
> > > There are some ETA about the fix of data pipelining requests?
>
> > > -- Bruno
>
> > > On 6 jul, 16:51, Tiago Silveira <[email protected]> wrote:
>
> > > > Production and Sandbox are both updated at 100% with the fix for app
> > > > permissions.
>
> > > > If you momentarily changed your app to not save preferences when it's
> > > > loaded (why should your app be doing it anyway?), you can switch back
> > > > now. Posting activities should work for everyone, please reply here if
> > > > your app is still unable to send activities.
>
> > > > ViewerRequest and OwnerRequest are unfortunately still broken.
>
> > > > --Tiago
>
> > > > On Jul 6, 3:14 pm, Eduardo Rocha <[email protected]> wrote:
>
> > > > > Tiago, thanks for the updates on these issues, they are really
> > > > > appreciated.
>
> > > > > On 6 jul, 14:00, Tiago Silveira <[email protected]> wrote:
>
> > > > > > Hello everyone,
>
> > > > > > just to let you know that the set-prefs fix is being rolled out to 
> > > > > > all
> > > > > > machines right now.
>
> > > > > > We're also updating sandbox today.
>
> > > > > > On Jul 6, 12:26 pm, Tiago Silveira <[email protected]> wrote:
>
> > > > > > > Hi Abhishek,
>
> > > > > > > The service we use in sandbox (gmodules.com) had to be rolled 
> > > > > > > back due
> > > > > > > to other bugs unrelated to orkut. I'm in contact with them and 
> > > > > > > it's
> > > > > > > being fixed.
>
> > > > > > > On other news, we have a fix for set-prefs ready to push to
> > > > > > > production. I'll let you know when it's rolled out.
>
> > > > > > > We're also working on long term stability improvements. Stay 
> > > > > > > tuned.
>
> > > > > > > On Jul 5, 11:51 am, Abhishek <[email protected]> wrote:
>
> > > > > > > > Hi Tiago,
>
> > > > > > > >            I feel too sorry to say that data pipelining is 
> > > > > > > > still not
> > > > > > > > working.
> > > > > > > > Here is what I tried:
>
> > > > > > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > > > > > <Module>
> > > > > > > >   <ModulePrefs title="Viwer Information">
>
> > > > > > > >   <Require feature="opensocial-0.8"/>
>
> > > > > > > >   <Require feature="opensocial-data"/>
> > > > > > > >   <Require feature="opensocial-templates">
> > > > > > > >     <Param name="process-on-server">true</Param>
>
> > > > > > > >   </Require>
> > > > > > > >   </ModulePrefs>
> > > > > > > >   <Content type="html">
> > > > > > > >     <![CDATA[
> > > > > > > >       <script type="text/os-data" 
> > > > > > > > xmlns:os="http://ns.opensocial.org/
> > > > > > > > 2008/markup">
>
> > > > > > > >         <os:OwnerRequest key="owner" fields="name"/>
> > > > > > > >       </script>
>
> > > > > > > >       <script type="text/os-template" require="owner" 
> > > > > > > > xmlns:os="http://
> > > > > > > > ns.opensocial.org/2008/markup" xmlns:osx= 
> > > > > > > > "http://ns.opensocial.org/
> > > > > > > > 2009/extensions">
>
> > > > > > > >         This app belongs to ${owner.name.familyName}
> > > > > > > >       </script>
> > > > > > > >     ]]>
> > > > > > > >   </Content>
> > > > > > > > </Module>
>
> > > > > > > > Regards,
> > > > > > > > Abhi
>
> > > > > > > > On Jul 2, 6:48 pm, Tiago Silveira <[email protected]> wrote:
>
> > > > > > > > > At last a light in the end of the tunnel.
>
> > > > > > > > > 1. We found the cause of the issue reading preferences that 
> > > > > > > > > prevents
> > > > > > > > > an app from posting activities: we're overriding user 
> > > > > > > > > settings when we
> > > > > > > > > show the app for the first time.
>
> > > > > > > > > Cause: set-prefs has a bug
> > > > > > > > > Temporary workaround: do not call set-prefs when your gadget 
> > > > > > > > > is shown
> > > > > > > > > for the first time.
> > > > > > > > > Long-term solution: we'll fix it on our side and let you know 
> > > > > > > > > so you
> > > > > > > > > can revert back to calling set-prefs when the gadget is 
> > > > > > > > > loaded.
>
> > > > > > > > > 2. Our cross-team effort worked and you should see data 
> > > > > > > > > pipelined
> > > > > > > > > requests (os:ViewerRequest and os:OwnerRequest) working on
> > > > > > > > > sandbox.orkut.com. Please test it and reply to this thread if
> > > > > > > > > something doesn't work for you.
>
> > > > > > > > > We'll keep you informed of our progress.
>
> > > > > > > > > Sincerely,
> > > > > > > > > Tiago Silveira

-- 
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