Package | Description |
---|---|
com.restfb |
Contains types used to interact with the Facebook Graph API and the Legacy Facebook REST API.
|
Modifier and Type | Method and Description |
---|---|
WebRequestor.Response |
WebRequestor.executeGet(String url)
Given a Facebook API endpoint URL, execute a
GET against it. |
WebRequestor.Response |
DefaultWebRequestor.executeGet(String url) |
WebRequestor.Response |
WebRequestor.executePost(String url,
String parameters)
Given a Facebook API endpoint URL and parameter string, execute a
POST to the endpoint URL. |
WebRequestor.Response |
DefaultWebRequestor.executePost(String url,
String parameters) |
WebRequestor.Response |
WebRequestor.executePost(String url,
String parameters,
InputStream binaryAttachment)
Given a Facebook API endpoint URL and parameter string, execute a
POST to the endpoint URL. |
WebRequestor.Response |
DefaultWebRequestor.executePost(String url,
String parameters,
InputStream binaryAttachment) |
WebRequestor.Response |
DefaultFacebookClient.Requestor.makeRequest() |
Copyright © 2014. All rights reserved.