Hi, Thanks for the replies. Its working and showing friends now
Regards, Kalyan.C On May 15, 7:13 pm, Eduardo Rocha <[email protected]> wrote: > Kalyan, the code seems to be correct, could you provide a link to the > entire XML file? > > On 15 maio, 02:19, "[email protected]" <[email protected]> > wrote: > > > Hi Sachin, > > > I'm using opensocial 0.8. > > It is workin fine with 0.7 > > > Is there anything wrong in my code. If so, can you give me sample code > > > Thanks, > > Kalyan.C > > > On May 14, 9:20 pm, Sachin Shenoy <[email protected]> wrote: > > > > Hi Kalyan, > > > > Are you running this with opensocial 0.7 or with 0.8? It should work fine > > > with 0.8. > > > Do check and let me know. > > > > Regards, > > > Sachin > > > > 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

