Uses of Interface
com.restfb.WebRequestor
-
Uses of WebRequestor in com.restfb
Modifier and TypeClassDescriptionclass
Default implementation of a service that sends HTTP requests to the Facebook API endpoint.class
WebRequestor with ETag-support.Modifier and TypeFieldDescriptionprotected WebRequestor
BaseFacebookClient.webRequestor
HandlesGET
s andPOST
s to the Facebook API endpoint.protected WebRequestor
BaseFacebookClient.webRequestor
HandlesGET
s andPOST
s to the Facebook API endpoint.protected WebRequestor
BaseFacebookClient.webRequestor
HandlesGET
s andPOST
s to the Facebook API endpoint.protected WebRequestor
BaseFacebookClient.webRequestor
HandlesGET
s andPOST
s to the Facebook API endpoint.Modifier and TypeMethodDescriptionDefaultFacebookClient.getWebRequestor()
FacebookClient.getWebRequestor()
Gets theWebRequestor
used to talk to the Facebook API endpoints.ModifierConstructorDescriptionDefaultFacebookClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Creates a Facebook Graph API client with the givenaccessToken
.DefaultFacebookClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Creates a Facebook Graph API client with the givenaccessToken
,webRequestor
, andjsonMapper
.DefaultInstagramClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Deprecated.DefaultInstagramClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Deprecated.DefaultInstagramLoginClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultInstagramLoginClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultThreadsClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultThreadsClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion)