Hi,
I'm using following code to get Owner friends on opensocial 0.8 app.
var params = {
"profileDetail" : [ "currentLocation" ],
"max" : 100,
"filter" : "hasApp"
};
var idspec = opensocial.newIdSpec({
"userId" : "OWNER",
"groupId" : "FRIENDS"
});
var req = opensocial.newDataRequest();
req.add(req.newFetchPeopleRequest(idspec, params),
'viewerFriends');
req.send(handleShowFriends);
But I'm get error Code:400 'badRequest'
Can anyone help me to resolve the problem.
Thanks,
Kalyan.C
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---