|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebRequestor.Response | |
---|---|
com.restfb | Contains types used to interact with the Facebook Graph API and the Legacy Facebook REST API. |
Uses of WebRequestor.Response in com.restfb |
---|
Methods in com.restfb that return WebRequestor.Response | |
---|---|
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,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |