Interface MetaTokenService


@Service public interface MetaTokenService
Service for handling Facebook access tokens
  • Method Summary

    Modifier and Type
    Method
    Description
    getPageAccessToken(String appId, String appSecret)
    Get Facebook page access token
  • Method Details

    • getPageAccessToken

      String getPageAccessToken(String appId, String appSecret)
      Get Facebook page access token
      Parameters:
      appId - the Facebook app ID
      appSecret - the Facebook app secret
      Returns:
      the page access token if successful, null otherwise