videosphere
    Preparing search index...

    A Facebook Page returned by GET /me/accounts.

    interface FacebookManagedPage {
        id: string;
        name: string;
        access_token: string;
    }
    Index

    Properties

    Properties

    id: string

    Page ID.

    name: string

    Page display name.

    access_token: string

    Never-expiring Page access token.