Package com.face4j.facebook

Examples of com.face4j.facebook.Facebook


   * Returns a new instance of Facebook pertaining to the authenticated user
   * @param accessToken
   * @return Facebook instance
   */
  public Facebook getInstance(OAuthAccessToken accessToken){
    return new Facebook(accessToken,httpClientType);
  }
View Full Code Here

TOP

Related Classes of com.face4j.facebook.Facebook

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.