Liferay 7.0-ce-b4

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)

getAccessTokenURL

String getAccessTokenURL(long companyId)

getAppId

String getAppId(long companyId)

getAppSecret

String getAppSecret(long companyId)

getAuthURL

String getAuthURL(long companyId)

getGraphResources

JSONObject getGraphResources(long companyId,
                             String path,
                             String accessToken,
                             String fields)

getGraphURL

String getGraphURL(long companyId)

getProfileImageURL

String getProfileImageURL(PortletRequest portletRequest)

getRedirectURL

String getRedirectURL(long companyId)

isEnabled

boolean isEnabled(long companyId)

isVerifiedAccountRequired

boolean isVerifiedAccountRequired(long companyId)

Liferay 7.0-ce-b4