|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebRequestor | |
|---|---|
| com.restfb | Contains types used to interact with the Facebook Graph API and the Legacy Facebook REST API. |
| Uses of WebRequestor in com.restfb |
|---|
| Classes in com.restfb that implement WebRequestor | |
|---|---|
class |
DefaultWebRequestor
Default implementation of a service that sends HTTP requests to the Facebook API endpoint. |
| Methods in com.restfb that return WebRequestor | |
|---|---|
WebRequestor |
FacebookClient.getWebRequestor()
Gets the WebRequestor used to talk to the Facebook API endpoints. |
WebRequestor |
DefaultFacebookClient.getWebRequestor()
|
| Constructors in com.restfb with parameters of type WebRequestor | |
|---|---|
DefaultFacebookClient(String accessToken,
WebRequestor webRequestor,
JsonMapper jsonMapper)
Creates a Facebook Graph API client with the given accessToken,
webRequestor, and jsonMapper. |
|
DefaultLegacyFacebookClient(String apiKey,
String secretKey,
WebRequestor webRequestor,
JsonMapper jsonMapper)
Deprecated. You should use DefaultLegacyFacebookClient.DefaultLegacyFacebookClient(String, WebRequestor, JsonMapper)
instead. Facebook is moving to OAuth and will stop supporting
the old authentication scheme soon. |
|
DefaultLegacyFacebookClient(String accessToken,
WebRequestor webRequestor,
JsonMapper jsonMapper)
Creates a Facebook API client with the given OAuth access token. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||