It appears to me that there is only one version of the library, the "1".
It also turns out that you have to call that library with
greenApi.Initialize(Me,"GreenApi",myIdInstance,myApiTokenInstance)
and not with
greenApi.Initialize(Me, "GreenApi", myIdInstance,myApiTokenInstance , xui.DefaultFolder)
Having said this, it seems to me that the library is not for me because, if I have understood correctly, it requires that each user of the app in which this library is implemented must register their WhatsApp number. And this would be too complicated for users of my app.
In any case I tried your code and the result is negative.
This is the log
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
*** Receiver (httputils2service) Receive (first time) ***
ResponseError. Reason: Forbidden, Response: <html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
Message ID
false
** Activity (main) Pause, UserClosed = true **
The only changes to your code were
greenApi.Initialize(Me,"GreenApi",myIdInstance,myApiTokenInstance)
And
For Each WhatsAppNumber As String In Array("+39348xxxxxxx")
My app is "SONO QUI" but I don't know if it is available outside of Italy.
You simply have to send a certain text to 3 or 4 (no more) WhatsApp contacts within a few minutes.
Thanks for your patience