Uses of Interface
com.restfb.WebRequestor
Packages that use WebRequestor
-
Uses of WebRequestor in com.restfb
Classes in com.restfb that implement WebRequestorModifier and TypeClassDescriptionclassDefault implementation of a service that sends HTTP requests to the Facebook API endpoint.classWebRequestor with ETag-support.Fields in com.restfb declared as WebRequestorModifier and TypeFieldDescriptionprotected WebRequestorBaseFacebookClient.webRequestorHandlesGETs andPOSTs to the Facebook API endpoint.protected WebRequestorBaseFacebookClient.webRequestorHandlesGETs andPOSTs to the Facebook API endpoint.protected WebRequestorBaseFacebookClient.webRequestorHandlesGETs andPOSTs to the Facebook API endpoint.Methods in com.restfb that return WebRequestorModifier and TypeMethodDescriptionDefaultFacebookClient.getWebRequestor()FacebookClient.getWebRequestor()Gets theWebRequestorused 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)