Package org.javlo.service.social
Class Twitter
- java.lang.Object
-
- org.javlo.service.social.AbstractSocialNetwork
-
- org.javlo.service.social.Twitter
-
- All Implemented Interfaces:
ISocialNetwork
public class Twitter extends AbstractSocialNetwork
-
-
Field Summary
-
Fields inherited from class org.javlo.service.social.AbstractSocialNetwork
data
-
Fields inherited from interface org.javlo.service.social.ISocialNetwork
POPUP_URI_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description Twitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthzEndpoint()StringgetName()StringgetTokenEndpoint()-
Methods inherited from class org.javlo.service.social.AbstractSocialNetwork
buildAuthenticationRequest, buildTokenRequest, configureAuthenticationRequest, configureTokenRequest, createAuthenticationRequest, createTokenRequest, executeTokenRequest, fillUserInfo, getAccessToken, getApiKey, getClientId, getClientSecret, getData, getLogin, getLoginURL, getRedirectURL, getSigninURL, getSocialUser, getSocialUser, getState, getToken, getURL, login, performRedirect, prepare, set, setApiKey, setClientId, setClientSecret, setLogin, setRedirectURL, setToken, setURL, update
-
-
-
-
Method Detail
-
getName
public String getName()
-
getAuthzEndpoint
public String getAuthzEndpoint()
- Specified by:
getAuthzEndpointin classAbstractSocialNetwork
-
getTokenEndpoint
public String getTokenEndpoint()
- Specified by:
getTokenEndpointin classAbstractSocialNetwork
-
-