public class FacebookProvider extends AbstractOAuth2Provider
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
logger |
Constructor and Description |
---|
FacebookProvider() |
Modifier and Type | Method and Description |
---|---|
protected String |
getAuthUrl() |
String |
getId() |
String |
getName() |
protected SocialUser |
getProfile(String accessToken) |
protected String |
getScope() |
protected String |
getTokenUrl() |
getAuthUrl, processCallback
public String getId()
getId
in interface SocialProvider
getId
in class AbstractOAuth2Provider
public String getName()
getName
in interface SocialProvider
getName
in class AbstractOAuth2Provider
protected String getScope()
getScope
in class AbstractOAuth2Provider
protected String getAuthUrl()
getAuthUrl
in class AbstractOAuth2Provider
protected String getTokenUrl()
getTokenUrl
in class AbstractOAuth2Provider
protected SocialUser getProfile(String accessToken) throws SocialProviderException
getProfile
in class AbstractOAuth2Provider
SocialProviderException
Copyright © 2015. All Rights Reserved.