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 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.


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>