Uses of Class
com.google.code.facebookapi.ProfileInfoField

Uses of ProfileInfoField in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi with parameters of type ProfileInfoField
 void IFacebookRestClient.profile_setInfoOptions(ProfileInfoField field)
          Specifies the objects for a field for an application info section.
 void ExtensibleClient.profile_setInfoOptions(ProfileInfoField field)
           
 

Method parameters in com.google.code.facebookapi with type arguments of type ProfileInfoField
 void IFacebookRestClient.profile_setInfo(java.lang.Long userId, java.lang.String title, boolean textOnly, java.util.List<ProfileInfoField> fields)
          Configures an application info section that the specified user can install on the Info tab of her profile.
 void ExtensibleClient.profile_setInfo(java.lang.Long userId, java.lang.String title, boolean textOnly, java.util.List<ProfileInfoField> fields)
           
 



Copyright © 2008. All Rights Reserved.