Uses of Interface
facebook4j.Facebook

Packages that use Facebook
facebook4j   
 

Uses of Facebook in facebook4j
 

Methods in facebook4j that return Facebook
 Facebook FacebookFactory.getInstance()
          Returns a instance associated with the configuration bound to this factory.
 Facebook FacebookFactory.getInstance(AccessToken accessToken)
          Returns a OAuth Authenticated instance.
app Id and app Secret must be provided by facebook4j.properties, or system properties.
Unlike OAuthSupport.setOAuthAccessToken(facebook4j.auth.AccessToken), this factory method potentially returns a cached instance.
 Facebook FacebookFactory.getInstance(Authorization auth)
           
static Facebook FacebookFactory.getSingleton()
          Returns default singleton Facebook instance.
 



Copyright © 2019. All rights reserved.