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 SocialProviderpublic AuthRequest getAuthUrl(SocialProviderConfig config, String state) throws SocialProviderException
getAuthUrl in interface SocialProviderSocialProviderExceptionpublic String getName()
getName in interface SocialProviderpublic SocialUser processCallback(SocialProviderConfig config, AuthCallback callback) throws SocialProviderException
processCallback in interface SocialProviderSocialProviderExceptionCopyright © 2014. All Rights Reserved.