if (!config.authenticated) {
        logger.info("Proxying friend meta data request through burn bot %s", config.burnBot.playerId);
        requester.playerId = config.burnBot.playerId;
        requester.playerSs = config.burnBot.playerSs;
    }