Hi ,
I'm trying to get OWNER friends with following code on orkut.
var params = {
"max" : 100,
"filter" : "hasApp"
};
var idspec = opensocial.newIdSpec({
"userId" : "OWNER",
"groupId" : "FRIENDS"
});
var req = opensocial.newDataRequest();
req.add(req.newFetchPeopleRequest(idspec, params), "req");
req.send(response);
But I'm gett error in firebug 'code: 400' 'badrequest : Invalid
Fileds...
like this.
Can anyone help me , whats wrong in my code.
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
-~----------~----~----~----~------~----~------~--~---