in fbauthenticator/authenticator.py [0:0]
def pre_spawn_start(self, user, spawner):
auth_state = yield user.get_auth_state()
if not auth_state:
return
spawner.environment["FB_TOKEN"] = auth_state["access_token"]