public interface FacebookConnect
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessToken(long companyId,
java.lang.String redirect,
java.lang.String code) |
java.lang.String |
getAccessTokenURL(long companyId) |
java.lang.String |
getAppId(long companyId) |
java.lang.String |
getAppSecret(long companyId) |
java.lang.String |
getAuthURL(long companyId) |
JSONObject |
getGraphResources(long companyId,
java.lang.String path,
java.lang.String accessToken,
java.lang.String fields) |
java.lang.String |
getGraphURL(long companyId) |
java.lang.String |
getProfileImageURL(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getRedirectURL(long companyId) |
boolean |
isEnabled(long companyId) |
boolean |
isVerifiedAccountRequired(long companyId) |
java.lang.String getAccessToken(long companyId,
java.lang.String redirect,
java.lang.String code)
throws SystemException
SystemExceptionjava.lang.String getAccessTokenURL(long companyId)
throws SystemException
SystemExceptionjava.lang.String getAppId(long companyId)
throws SystemException
SystemExceptionjava.lang.String getAppSecret(long companyId)
throws SystemException
SystemExceptionjava.lang.String getAuthURL(long companyId)
throws SystemException
SystemExceptionJSONObject getGraphResources(long companyId, java.lang.String path, java.lang.String accessToken, java.lang.String fields)
java.lang.String getGraphURL(long companyId)
throws SystemException
SystemExceptionjava.lang.String getProfileImageURL(javax.portlet.PortletRequest portletRequest)
java.lang.String getRedirectURL(long companyId)
throws SystemException
SystemExceptionboolean isEnabled(long companyId)
throws SystemException
SystemExceptionboolean isVerifiedAccountRequired(long companyId)
throws SystemException
SystemException