Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.facebook
Interface FacebookConnect


public interface FacebookConnect


Method Summary
 String getAccessToken(long companyId, String redirect, String code)
           
 String getAccessTokenURL(long companyId)
           
 String getAppId(long companyId)
           
 String getAppSecret(long companyId)
           
 String getAuthURL(long companyId)
           
 JSONObject getGraphResources(long companyId, String path, String accessToken, String fields)
           
 String getGraphURL(long companyId)
           
 String getProfileImageURL(PortletRequest portletRequest)
           
 String getRedirectURL(long companyId)
           
 boolean isEnabled(long companyId)
           
 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.1.2-ce-ga3