spring-social-facebook

org.springframework.social.facebook.config.support
Class FacebookApiHelper

java.lang.Object
  extended by org.springframework.social.facebook.config.support.FacebookApiHelper
All Implemented Interfaces:
org.springframework.social.config.xml.ApiHelper<Facebook>

public class FacebookApiHelper
extends java.lang.Object
implements org.springframework.social.config.xml.ApiHelper<Facebook>

Support class for JavaConfig and XML configuration support. Creates an API binding instance for the current user's connection.

Author:
Craig Walls

Method Summary
 Facebook getApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApi

public Facebook getApi()
Specified by:
getApi in interface org.springframework.social.config.xml.ApiHelper<Facebook>

spring-social-facebook