Uses of Interface
com.restfb.WebRequestor
-
Packages that use WebRequestor Package Description com.restfb Contains types used to interact with the Facebook Graph API. -
-
Uses of WebRequestor in com.restfb
Classes in com.restfb that implement WebRequestor Modifier and Type Class Description class
DefaultWebRequestor
Default implementation of a service that sends HTTP requests to the Facebook API endpoint.class
ETagWebRequestor
WebRequestor with ETag-support.Fields in com.restfb declared as WebRequestor Modifier and Type Field Description 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.protected WebRequestor
BaseFacebookClient. webRequestor
HandlesGET
s andPOST
s to the Facebook API endpoint.Methods in com.restfb that return WebRequestor Modifier and Type Method Description WebRequestor
DefaultFacebookClient. getWebRequestor()
WebRequestor
FacebookClient. getWebRequestor()
Gets theWebRequestor
used to talk to the Facebook API endpoints.Constructors in com.restfb with parameters of type WebRequestor Constructor Description DefaultFacebookClient(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)
-