Liferay 6.2.0

com.liferay.portal.kernel.facebook
Interface FacebookConnect

All Known Implementing Classes:
FacebookConnectImpl

public interface FacebookConnect


Method Summary
abstract  String getAccessToken(long companyId, String redirect, String code)
           
abstract  String getAccessTokenURL(long companyId)
           
abstract  String getAppId(long companyId)
           
abstract  String getAppSecret(long companyId)
           
abstract  String getAuthURL(long companyId)
           
abstract  JSONObject getGraphResources(long companyId, String path, String accessToken, String fields)
           
abstract  String getGraphURL(long companyId)
           
abstract  String getProfileImageURL(PortletRequest portletRequest)
           
abstract  String getRedirectURL(long companyId)
           
abstract  boolean isEnabled(long companyId)
           
abstract  boolean isVerifiedAccountRequired(long companyId)
           
 

Method Detail

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

Liferay 6.2.0