Uses of Class
com.facebook.api.ProfileInfoField

Packages that use ProfileInfoField
com.facebook.api   
 

Uses of ProfileInfoField in com.facebook.api
 

Methods in com.facebook.api 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)
           
 void FacebookRestClient.profile_setInfoOptions(ProfileInfoField field)
          Deprecated.  
 

Method parameters in com.facebook.api 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)
           
 void FacebookRestClient.profile_setInfo(java.lang.Long userId, java.lang.String title, boolean textOnly, java.util.List<ProfileInfoField> fields)
          Deprecated.  
 



Copyright © 2008. All Rights Reserved.