Uses of Interface
com.restfb.WebRequestor
Packages that use WebRequestor
-
Uses of WebRequestor in com.restfb
Classes in com.restfb that implement WebRequestorModifier and TypeClassDescriptionclass
Default implementation of a service that sends HTTP requests to the Facebook API endpoint.class
WebRequestor with ETag-support.Fields in com.restfb declared as WebRequestorModifier 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.Methods in com.restfb that return WebRequestorModifier and TypeMethodDescriptionDefaultFacebookClient.getWebRequestor()
FacebookClient.getWebRequestor()
Gets theWebRequestor
used to talk to the Facebook API endpoints.Constructors in com.restfb with parameters of type WebRequestorModifierConstructorDescriptionDefaultFacebookClient
(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
.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)