Hi Fábio,

Yes, that's actually correct. Thanks for your observation!

I know that's a big pain, but hopefully we'll have things like this
sorted out once the current sandbox push is stabilised. I'll send out
an update when it is.

~Prashant.

On Mar 11, 8:20 pm, O View <ovw.t...@gmail.com> wrote:
> Well Prashant,
>
> I figured out why this was happening. Because of the recent changes on
> the sandbox, all flags HAS_APP for the user friends returned false,
> once their apps were disabled by theses changes.
> Then ,through the workaround you suggested for having the apps back to
> the profiles, I could , by doing it on each profile, have them back in
> the searches..
>
> Thanks
>
> Best regards,
>
> Fábio
>
> On Mar 10, 7:28 pm, O View <ovw.t...@gmail.com> wrote:
>
>
>
> > Hello Prashant.
>
> > So far, all opensocial requests had been working just fine, like this
> > one, for example...
> >         function loadFriends() {
> >                   var req = opensocial.newDataRequest();
>
> > req.add(req.newFetchPersonRequest(opensocial.IdSpec.PersonId.VIEWER),
> > 'viewer');
>
> >                   var viewerFriends = opensocial.newIdSpec({ "userId" : 
> > "VIEWER",
> > "groupId" : "FRIENDS" });
> >                   var opt_params = {};
> >                   
> > opt_params[opensocial.DataRequest.PeopleRequestFields.MAX] = 100;
> >                   
> > opt_params[opensocial.DataRequest.PeopleRequestFields.FILTER] =
> > opensocial.DataRequest.FilterType.HAS_APP;
>
> > opt_params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS]
> > = [
>
> > opensocial.Person.Field.HAS_APP,
>
> > opensocial.Person.Field.ID,
>
> > opensocial.Person.Field.NAME,
>
> > opensocial.Person.Field.GENDER,
>
> > opensocial.Person.Field.PROFILE_URL,
>
> > opensocial.Person.Field.THUMBNAIL_URL
> >                                                                             
> >                 ];
>
> >                   req.add(req.newFetchPeopleRequest(viewerFriends, 
> > opt_params),
> > 'viewerFriends');
>
> >                   req.send(callBackLoadFriends);
> >                 }
>
> > Is there any known issue regarding these opensocial calls in the
> > sandbox after the changes made yesterday addressing security ?
>
> > The app is for now only in Portuguese. Probably it will make things
> > difficult for you to check it.. Will it ?
>
> > Thanks,
>
> > Fábio
>
> > This worked very till these unstabilities in the sandbox began
> > yesterday...
>
> > On Mar 10, 5:36 pm, "Prashant (Google)" <p...@google.com> wrote:
>
> > > Hi Fábio,
>
> > > Can you please PM me your app details (id, url) so I can take a look.
>
> > > Thanks,
> > > Prashant.
>
> > > On Mar 10, 11:31 pm, O View <ovw.t...@gmail.com> wrote:
>
> > > > Hello all.
>
> > > > After the last changes regarding safety settings on the sandbox that
> > > > prevented apps from being displayed and re-added to a profile, I
> > > > started to face a new problem.
>
> > > > When loading the viewer friends, what worked with no problem until
> > > > yesterday , is now returning an empty array...
>
> > > > Has there been any change regarding these opensocial calls ? Is the
> > > > proxy working fine ?
>
> > > > Besides this problem, I have been experiencing, for more than a
> > > > month , instabilities that have brought me many times 502 errors
> > > > (timeout) . It happens that in general , the server side responds
> > > > normally , but while redirecting it to the callback function , the
> > > > proxy returned this error. I tried to test on prod.sandbox, but the
> > > > behaviour was the same.
>
> > > > Does anybody has a clue of what can be going wrong ?
>
> > > > Thanks in advance,
>
> > > > Fábio

-- 
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to