Uses of Interface
com.restfb.FacebookClient
-
Packages that use FacebookClient Package Description com.restfb Contains types used to interact with the Facebook Graph API. -
-
Uses of FacebookClient in com.restfb
Classes in com.restfb that implement FacebookClient Modifier and Type Class Description class
DefaultFacebookClient
Default implementation of a Facebook Graph API client.Methods in com.restfb that return FacebookClient Modifier and Type Method Description FacebookClient
DefaultFacebookClient. createClientWithAccessToken(String accessToken)
FacebookClient
FacebookClient. createClientWithAccessToken(String accessToken)
creates a newFacebookClient
from a old one.FacebookClient
FacebookClient.AccessToken. getClient()
Methods in com.restfb with parameters of type FacebookClient Modifier and Type Method Description void
Connection. replaceFacebookClient(FacebookClient facebookClient)
replace the current facebookclient with the new one.void
FacebookClient.AccessToken. setClient(FacebookClient client)
void
DefaultJsonMapper. setFacebookClient(FacebookClient facebookClient)
void
JsonMapper. setFacebookClient(FacebookClient facebookClient)
adds aFacebookClient
implementation to the mapper.Constructors in com.restfb with parameters of type FacebookClient Constructor Description Connection(FacebookClient facebookClient, String json, Class<T> connectionType)
Creates a connection with the givenjsonObject
.
-