Uses of Class
com.restfb.Facebook
-
Packages that use Facebook Package Description com.restfb Contains types used to interact with the Facebook Graph API.com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.send Contains all types that are necessary to interact with Facebook Send API. -
-
Uses of Facebook in com.restfb
Method parameters in com.restfb with type arguments of type Facebook Modifier and Type Method Description protected Set<String>
DefaultJsonMapper. facebookFieldNamesWithMultipleMappings(List<ReflectionUtils.FieldWithAnnotation<Facebook>> fieldsWithAnnotation)
Finds any Facebook JSON fields that are mapped to more than 1 Java field.protected String
DefaultJsonMapper. getFacebookFieldName(ReflectionUtils.FieldWithAnnotation<Facebook> fieldWithAnnotation)
For a Java field annotated with theFacebook
annotation, figure out what the corresponding Facebook JSON field name to map to it is.protected void
DefaultJsonMapper. logMultipleMappingFailedForField(String facebookFieldName, ReflectionUtils.FieldWithAnnotation<Facebook> fieldWithAnnotation, String json)
Dumps out a log message when one of a multiple-mapped Facebook field name JSON-to-Java mapping operation fails.protected Object
DefaultJsonMapper. toJavaType(ReflectionUtils.FieldWithAnnotation<Facebook> fieldWithAnnotation, JsonObject jsonObject, String facebookFieldName)
Extracts JSON data for a field according to itsFacebook
annotation and returns it converted to the proper Java type. -
Uses of Facebook in com.restfb.types
Fields in com.restfb.types with annotations of type Facebook Modifier and Type Field Description protected List<Post.KeyedType>
Post.Targeting. cities
protected List<String>
Post.Targeting. countries
protected List<Integer>
Post.Targeting. locales
protected List<Post.KeyedType>
Post.Targeting. regions
-
Uses of Facebook in com.restfb.types.send
Fields in com.restfb.types.send with annotations of type Facebook Modifier and Type Field Description protected String
AbstractButton. title
-