[orkut-developer] Re: Null value for name.getField(opensocial.Name.Field.FAMILY_NAME)

2008-06-02 Thread Nitin Mittal
Thanks Rohit for the info. -Nitin On Tue, Jun 3, 2008 at 11:11 AM, Rohit Ghatol <[EMAIL PROTECTED]> wrote: > > Hi Nitin, > Sorry for the late response. > > Right now only opensocial.Name.Field.UNSTRUCTURED is supported. You > can use the opensocial.getEnvironment().supportsField method to > det

[orkut-developer] Re: Null value for name.getField(opensocial.Name.Field.FAMILY_NAME)

2008-06-02 Thread Rohit Ghatol
Hi Nitin, Sorry for the late response. Right now only opensocial.Name.Field.UNSTRUCTURED is supported. You can use the opensocial.getEnvironment().supportsField method to determine what fields are supported by the opensocial container. The following line of code returns true indicating UNSTRUCTU