videosphere
    Preparing search index...

    Public setup session shape for client UI (no tokens).

    interface FacebookSetupSessionPublic {
        userProfileId: string;
        userProfileName: string;
        pages: FacebookSetupPagePublic[];
    }
    Index

    Properties

    userProfileId: string

    Facebook user ID.

    userProfileName: string

    Facebook user display name.

    Managed Pages without access tokens.