public class TwitterProvider extends Object implements SocialProvider
Constructor and Description |
---|
TwitterProvider() |
Modifier and Type | Method and Description |
---|---|
AuthRequest |
getAuthUrl(SocialProviderConfig config,
String state) |
String |
getId() |
String |
getName() |
SocialUser |
processCallback(SocialProviderConfig config,
AuthCallback callback) |
public String getId()
getId
in interface SocialProvider
public AuthRequest getAuthUrl(SocialProviderConfig config, String state) throws SocialProviderException
getAuthUrl
in interface SocialProvider
SocialProviderException
public String getName()
getName
in interface SocialProvider
public SocialUser processCallback(SocialProviderConfig config, AuthCallback callback) throws SocialProviderException
processCallback
in interface SocialProvider
SocialProviderException
Copyright © 2014. All Rights Reserved.