[orkut-developer] Re: newFetchPeopleRequest failing after user uninstalled app

2009-05-05 Thread eduardorochabr
OK, thanks for answering. On 5 maio, 14:38, "Shishir Birmiwal (Google)" wrote: > Hello, > > An app can only have access to currentLocation for the viewer. We > allow users to set privacy levels on their address/current location > and hence this is not visible anymore. > > Cheers, > Shishir > > O

[orkut-developer] Re: newFetchPeopleRequest failing after user uninstalled app

2009-05-05 Thread Shishir Birmiwal (Google)
Hello, An app can only have access to currentLocation for the viewer. We allow users to set privacy levels on their address/current location and hence this is not visible anymore. Cheers, Shishir On May 5, 9:49 pm, eduardorochabr wrote: > Sachin, > > It's working now, thanks for the feedback.

[orkut-developer] Re: newFetchPeopleRequest failing after user uninstalled app

2009-05-05 Thread eduardorochabr
Sachin, It's working now, thanks for the feedback. About retrieving "currentLocation", do you know something about that? Some days ago it was working OK, the request retrieved the currentLocation field, but now it's not. Thank you. On 5 maio, 13:13, Sachin Shenoy wrote: > Hi, > The 404 was se

[orkut-developer] Re: newFetchPeopleRequest failing after user uninstalled app

2009-05-05 Thread Sachin Shenoy
Hi, The 404 was served due to a bug, which I believe has been fixed now. Could you check if it is working on orkut.com (not sandbox)? Thanks, Sachin On Wed, Apr 29, 2009 at 8:17 PM, eduardorochabr wrote: > > My application has a tab showing recent activities from users. The app > requests my s

[orkut-developer] Re: newFetchPeopleRequest failing after user uninstalled app

2009-04-29 Thread Ashok.s
Hi How to get COUNTRY name IN open social profile supported Fields. if anybody knows Pls let me know how to get ? thanks in advance On Thu, Apr 30, 2009 at 12:24 AM, eduardorochabr wrote: > > Besides that, "currentLocation" is not being retrieved. > > req.add(req.newFetchPeopleRequest(openso

[orkut-developer] Re: newFetchPeopleRequest failing after user uninstalled app

2009-04-29 Thread eduardorochabr
Besides that, "currentLocation" is not being retrieved. req.add(req.newFetchPeopleRequest(opensocial.newIdSpec({ userId: ids, groupId: 'SELF' }), { profileDetail: [ 'currentLocation' ] }, 'users'); On 29 abr, 11:47, eduardorochabr wrote: > My application has a tab showing recent activities