boolean |
DefaultFacebookClient.deleteObject(String object,
Parameter... parameters) |
|
boolean |
FacebookClient.deleteObject(String object,
Parameter... parameters) |
|
<T> Connection<T> |
DefaultFacebookClient.fetchConnection(String connection,
Class<T> connectionType,
Parameter... parameters) |
|
<T> Connection<T> |
FacebookClient.fetchConnection(String connection,
Class<T> connectionType,
Parameter... parameters) |
Fetches a Graph API Connection type, mapping the result to an instance of connectionType .
|
<T> T |
DefaultFacebookClient.fetchObject(String object,
Class<T> objectType,
Parameter... parameters) |
|
<T> T |
FacebookClient.fetchObject(String object,
Class<T> objectType,
Parameter... parameters) |
Fetches a single Graph API object, mapping the
result to an instance of objectType .
|
<T> T |
DefaultFacebookClient.fetchObjects(List<String> ids,
Class<T> objectType,
Parameter... parameters) |
|
<T> T |
FacebookClient.fetchObjects(List<String> ids,
Class<T> objectType,
Parameter... parameters) |
Fetches multiple Graph API objects in a single
call, mapping the results to an instance of objectType .
|
String |
DefaultFacebookClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
Parameter... parameters) |
|
String |
DefaultFacebookClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
String state,
Parameter... parameters) |
|
String |
DefaultInstagramClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
Parameter... parameters) |
Deprecated.
|
String |
DefaultInstagramClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
String state,
Parameter... parameters) |
Deprecated.
|
String |
DefaultInstagramLoginClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
Parameter... parameters) |
|
String |
DefaultInstagramLoginClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
String state,
Parameter... parameters) |
|
String |
DefaultThreadsClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
Parameter... parameters) |
|
String |
DefaultThreadsClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
String state,
Parameter... parameters) |
|
String |
FacebookClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
Parameter... additionalParameters) |
generates the login dialog url
|
String |
FacebookClient.getLoginDialogUrl(String appId,
String redirectUri,
ScopeBuilder scope,
String state,
Parameter... parameters) |
generates the login dialog url
|
protected String |
DefaultFacebookClient.makeRequest(String endpoint,
boolean executeAsPost,
boolean executeAsDelete,
List<BinaryAttachment> binaryAttachments,
Body body,
Parameter... parameters) |
Coordinates the process of executing the API request GET/POST and processing the response we receive from the
endpoint.
|
protected String |
DefaultFacebookClient.makeRequest(String endpoint,
boolean executeAsPost,
boolean executeAsDelete,
List<BinaryAttachment> binaryAttachments,
Parameter... parameters) |
|
protected String |
DefaultFacebookClient.makeRequest(String endpoint,
Parameter... parameters) |
Coordinates the process of executing the API request GET/POST and processing the response we receive from the
endpoint.
|
<T> T |
DefaultFacebookClient.publish(String connection,
Class<T> objectType,
BinaryAttachment binaryAttachment,
Parameter... parameters) |
|
<T> T |
DefaultFacebookClient.publish(String connection,
Class<T> objectType,
Body body,
Parameter... parameters) |
|
<T> T |
DefaultFacebookClient.publish(String connection,
Class<T> objectType,
Parameter... parameters) |
|
<T> T |
DefaultFacebookClient.publish(String connection,
Class<T> objectType,
List<BinaryAttachment> binaryAttachments,
Parameter... parameters) |
|
<T> T |
FacebookClient.publish(String connection,
Class<T> objectType,
BinaryAttachment binaryAttachment,
Parameter... parameters) |
Performs a Graph API publish operation on the
given connection and includes a file - a photo, for example - in the publish request, and mapping the
result to an instance of objectType .
|
<T> T |
FacebookClient.publish(String connection,
Class<T> objectType,
Body body,
Parameter... parameters) |
Performs a Graph API publish operation on the
given connection and includes special body in the publish request, and mapping the result to an instance of
objectType .
|
<T> T |
FacebookClient.publish(String connection,
Class<T> objectType,
Parameter... parameters) |
Performs a Graph API publish operation on the
given connection , mapping the result to an instance of objectType .
|
<T> T |
FacebookClient.publish(String connection,
Class<T> objectType,
List<BinaryAttachment> binaryAttachments,
Parameter... parameters) |
Performs a Graph API publish operation on the
given connection and includes some files - photos, for example - in the publish request, and mapping the
result to an instance of objectType .
|
protected String |
DefaultFacebookClient.toParameterString(boolean withJsonParameter,
Parameter... parameters) |
Generate the parameter string to be included in the Facebook API request.
|
protected String |
DefaultFacebookClient.toParameterString(Parameter... parameters) |
Generate the parameter string to be included in the Facebook API request.
|