com.liferay.portal.kernel.facebook
Interface FacebookConnect
- All Known Implementing Classes:
- FacebookConnectImpl
public interface FacebookConnect
getAccessToken
String getAccessToken(long companyId,
String redirect,
String code)
throws SystemException
- Throws:
SystemException
getAccessTokenURL
String getAccessTokenURL(long companyId)
throws SystemException
- Throws:
SystemException
getAppId
String getAppId(long companyId)
throws SystemException
- Throws:
SystemException
getAppSecret
String getAppSecret(long companyId)
throws SystemException
- Throws:
SystemException
getAuthURL
String getAuthURL(long companyId)
throws SystemException
- Throws:
SystemException
getGraphResources
JSONObject getGraphResources(long companyId,
String path,
String accessToken,
String fields)
getGraphURL
String getGraphURL(long companyId)
throws SystemException
- Throws:
SystemException
getProfileImageURL
String getProfileImageURL(PortletRequest portletRequest)
getRedirectURL
String getRedirectURL(long companyId)
throws SystemException
- Throws:
SystemException
isEnabled
boolean isEnabled(long companyId)
throws SystemException
- Throws:
SystemException
isVerifiedAccountRequired
boolean isVerifiedAccountRequired(long companyId)
throws SystemException
- Throws:
SystemException