org.jboss.seam.social.facebook
Class FacebookJackson
java.lang.Object
org.jboss.seam.social.core.OAuthServiceBase
org.jboss.seam.social.core.OAuthServiceJackson
org.jboss.seam.social.facebook.FacebookJackson
- All Implemented Interfaces:
- Serializable, HasStatus, OAuthService, Facebook
public class FacebookJackson
- extends OAuthServiceJackson
- implements Facebook
- Author:
- Antoine Sabot-Durand
- See Also:
- Serialized Form
| Fields inherited from interface org.jboss.seam.social.facebook.Facebook |
TYPE |
| Methods inherited from class org.jboss.seam.social.core.OAuthServiceBase |
equals, getAccessToken, getAuthorizationUrl, getName, getRequestToken, getSession, getSettings, getStatus, getVerifier, hashCode, initAccessToken, isConnected, requireAuthorization, resetConnection, sendSignedRequest, sendSignedRequest, sendSignedRequest, sendSignedRequest, sendSignedXmlRequest, setAccessToken, setAccessToken, setSession, setSettings, setStatus, setVerifier, toString |
| Methods inherited from interface org.jboss.seam.social.core.OAuthService |
getAccessToken, getAuthorizationUrl, getName, getSession, getSettings, getVerifier, initAccessToken, isConnected, resetConnection, sendSignedRequest, sendSignedRequest, sendSignedRequest, sendSignedXmlRequest, setAccessToken, setAccessToken, setSession, setSettings, setVerifier |
FacebookJackson
public FacebookJackson()
getServiceLogo
public String getServiceLogo()
- Specified by:
getServiceLogo in interface OAuthService
getMyProfile
public UserProfile getMyProfile()
- Specified by:
getMyProfile in interface OAuthService- Overrides:
getMyProfile in class OAuthServiceBase
getType
public String getType()
- Specified by:
getType in interface OAuthService
updateStatus
public Object updateStatus()
- Specified by:
updateStatus in interface HasStatus
updateStatus
public Object updateStatus(String message)
- Specified by:
updateStatus in interface HasStatus
initMyProfile
protected void initMyProfile()
- Specified by:
initMyProfile in class OAuthServiceBase
getVerifierParamName
public String getVerifierParamName()
- Specified by:
getVerifierParamName in interface OAuthService- Overrides:
getVerifierParamName in class OAuthServiceBase
getJacksonModule
protected org.codehaus.jackson.map.Module getJacksonModule()
- Specified by:
getJacksonModule in class OAuthServiceJackson
Copyright © 2011 Seam Framework. All Rights Reserved.