Re: [OpenSocial] Re: want to fetch opensocial.Address.Field.COUNTRY

2010-08-12 Thread Robson Dantas
Abhijeet, Take a look here, for a list of allowed fields you can grab on orkut: http://code.google.com/apis/orkut/docs/orkutdevguide.html#profiledata Basically, personal information which you can use to identify an user (like

Re: [OpenSocial] Re: want to fetch opensocial.Address.Field.COUNTRY

2010-08-11 Thread abhijeet mandal
i have checked my codes in opensocial developer application in orkut it is returning information for name, status, about me etc. but not returning address, gender because the are some array type i don't know how to request those. the output() prints [object Object] for those address and gender fiel

[OpenSocial] Re: want to fetch opensocial.Address.Field.COUNTRY

2010-08-11 Thread Mark W.
Does the container that you are deploying into support returning the address field? You could query the getSupportedFields rest call (http://opensocial- resources.googlecode.com/svn/spec/1.1/Social-API-Server.xml#People- Service-GetSupportedFields) and try and find out. Do you have a snip of code