2 wrongs in your code
On Thu, May 14, 2009 at 6:31 PM, [email protected] < [email protected]> wrote: > > 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 > > > -- When YouTube sold for $1.65 Billion, how much did you earn? Find out at http://wadn.weblo.com/9bcd236dae2d4f33/gateway?adId=428c8b28b1104181 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

