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)" <[email protected]> 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 <[email protected]> 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 [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.