Package com.bytedesk.social.meta.api
Interface MetaTokenService
@Service
public interface MetaTokenService
Service for handling Facebook access tokens
-
Method Summary
Modifier and TypeMethodDescriptiongetPageAccessToken
(String appId, String appSecret) Get Facebook page access token
-
Method Details
-
getPageAccessToken
Get Facebook page access token- Parameters:
appId
- the Facebook app IDappSecret
- the Facebook app secret- Returns:
- the page access token if successful, null otherwise
-