|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryAttachment | |
---|---|
com.restfb | Contains types used to interact with the Facebook Graph API and the Legacy Facebook REST API. |
Uses of BinaryAttachment in com.restfb |
---|
Methods in com.restfb that return BinaryAttachment | |
---|---|
static BinaryAttachment |
BinaryAttachment.with(String filename,
InputStream data)
Creates a binary attachment. |
Methods in com.restfb with parameters of type BinaryAttachment | ||
---|---|---|
WebRequestor.Response |
WebRequestor.executePost(String url,
String parameters,
BinaryAttachment... binaryAttachments)
Given a Facebook API endpoint URL and parameter string, execute a POST to the endpoint URL. |
|
WebRequestor.Response |
DefaultWebRequestor.executePost(String url,
String parameters,
BinaryAttachment... binaryAttachments)
|
|
|
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 . |
|
|
DefaultFacebookClient.publish(String connection,
Class<T> objectType,
BinaryAttachment binaryAttachment,
Parameter... parameters)
|
Method parameters in com.restfb with type arguments of type BinaryAttachment | |
---|---|
List<BatchResponse> |
FacebookClient.executeBatch(List<BatchRequest> batchRequests,
List<BinaryAttachment> binaryAttachments)
Executes operations as a batch with binary attachments using the Batch API. |
List<BatchResponse> |
DefaultFacebookClient.executeBatch(List<BatchRequest> batchRequests,
List<BinaryAttachment> binaryAttachments)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |