videosphere
    Preparing search index...

    Pending Facebook connection data stored between OAuth callback and target selection. Managed Pages are refetched from /me/accounts when rendering the setup picker.

    interface FacebookSetupSession {
        userId: string;
        userAccessToken: string;
        userTokenExpiresIn?: number;
        userProfileId: string;
        userProfileName: string;
    }
    Index

    Properties

    userId: string

    VideoSphere user ID.

    userAccessToken: string

    Long-lived Facebook user access token.

    userTokenExpiresIn?: number

    Long-lived user token lifetime in seconds from Meta.

    userProfileId: string

    Facebook user ID.

    userProfileName: string

    Facebook user display name.