|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
category
field.String
, Date
, and Reflection operations.sessionKeys
to OAuth access tokens.
accessToken
.
accessToken
,
webRequestor
, and jsonMapper
.
FacebookJsonMappingException
whenever an error
occurs when mapping JSON data to Java objects.
jsonMappingErrorHandler
for handling mapping errors.
DefaultLegacyFacebookClient.DefaultLegacyFacebookClient(String)
instead. Facebook is moving to OAuth and will stop supporting
the old authentication scheme soon.
DefaultLegacyFacebookClient.DefaultLegacyFacebookClient(String, WebRequestor, JsonMapper)
instead. Facebook is moving to OAuth and will stop supporting
the old authentication scheme soon.
object
.
Object.equals(Object)
.
FacebookGraphException
or one of its subclasses.
parameters
, ignoring
the response.
LegacyFacebookClient.execute(String, Parameter...)
instead. Facebook is
moving to OAuth and will stop supporting the old session key
authentication scheme soon.
parameters
, mapping
the API response to a single instance of type resultType
.
LegacyFacebookClient.execute(String, Class, Parameter...)
instead.
Facebook is moving to OAuth and will stop supporting the old
session key authentication scheme soon.
parameters
, mapping
the API response to a List
of instances of type resultType
.
LegacyFacebookClient.executeForList(String, Class, Parameter...)
instead. Facebook is moving to OAuth and will stop supporting
the old session key authentication scheme soon.
GET
against it.
fql.multiquery
API call, mapping the API response to a single
instance of type resultType
.
LegacyFacebookClient.executeMultiquery(Map, Class, Parameter...)
instead. Facebook is moving to OAuth and will stop supporting
the old session key authentication scheme soon.
POST
to the endpoint URL.
POST
to the endpoint URL.
List
of instances of objectType
.
FacebookGraphException
(or one of its
subclasses).metadata=1
URL
parameter in an API request.metadata=1
URL parameter in an API request.Connection
type, mapping the result to an
instance of connectionType
.
Connection
type,
mapping the result to an instance of connectionType
.
objectType
.
objectType
.
type
and all of its superclasses
annotated with annotations of type annotationType
.
inputStream
.
clazz
.
String
.
java.util.Date
if possible.
field
, get its first parameterized type argument.
metadata=1
URL
parameter in an API request.
metadata=1
URL parameter in an API request.
DefaultJsonMapper
if it encounters
an error while attempting to map JSON to a Java object.
Object.hashCode()
.
string
blank (null or only whitespace)?
object
a primitive type or wrapper for a primitive
type?
array
into a comma-separated string.
list
into a comma-separated string.
JsonString
interface allows a toJSONString()
method so that a class can change the behavior of
JsonObject.toString()
, JsonArray.toString()
, and
JsonWriter.value(
Object)
.name
field.NULL
object than to use Java's null
value.
Comment
s.connection
, mapping the result
to an instance of objectType
.
connection
and includes a file -
a photo, for example - in the publish request, and mapping the result to an
instance of objectType
.
string
to a byte array.
date
string.
date
string.
date
string.
List
which contains elements of type type
.
type
.
object
, create and return a JSON string that
represents it.
toJSONString
method allows a class to produce its own JSON
serialization.
Object.toString()
.
string
, or an empty string if
string
is null
or the trimmed version is a blank string.
string
, or null
if
string
is null
or the trimmed version is a blank string.
true
or the value false
.
HTTP
requests to the Facebook API
endpoint must operate.name
and
value
.
name
and
value
, using the provided jsonMapper
to turn value
into a JSON string.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |