mapdev\FacebookMessenger\MessengerApi::__construct PHP Method

__construct() public method

public __construct ( $token )
    public function __construct($token)
    {
        $this->client = new Client();
        $this->token = $token;
    }