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.

