Interface FacebookConnect
public interface FacebookConnect
- Author:
- Wilson Man, Brian Wing Shun Chan, Mika Koivisto
-
Method Summary
Modifier and TypeMethodDescriptiongetAccessToken
(long companyId, String redirect, String code) getAccessTokenURL
(long companyId) getAppId
(long companyId) getAppSecret
(long companyId) getAuthURL
(long companyId) getGraphResources
(long companyId, String path, String accessToken, String fields) getGraphURL
(long companyId) getProfileImageURL
(PortletRequest portletRequest) getRedirectURL
(long companyId) boolean
isEnabled
(long companyId) boolean
isVerifiedAccountRequired
(long companyId)
-
Method Details
-
getAccessToken
-
getAccessTokenURL
-
getAppId
-
getAppSecret
-
getAuthURL
-
getGraphResources
-
getGraphURL
-
getProfileImageURL
-
getRedirectURL
-
isEnabled
boolean isEnabled(long companyId) -
isVerifiedAccountRequired
boolean isVerifiedAccountRequired(long companyId)
-