| Method parameters in com.facebook.api with type arguments of type ProfileField |
T |
IFacebookRestClient.users_getInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
Retrieves the requested info fields for the requested set of users. |
T |
ExtensibleClient.users_getInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
org.w3c.dom.Document |
FacebookRestClient.users_getInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
T |
IFacebookRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
Returns an array of user-specific information for each user identifier passed, limited by the view of the current user. |
T |
ExtensibleClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
org.w3c.dom.Document |
FacebookRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|