Hola me sale este error
Excepción no controlada del tipo 'System.Exception' en WhatsAppApi.dll
Información adicional: Auth response error
al final del codigo
wa.Connect()
Dim datFile As String = getDatFileName(WANum)
Dim nextChallenge() As Byte
If (File.Exists(datFile)) Then
Dim foo As String = File.ReadAllText(datFile)
nextChallenge = Convert.FromBase64String(foo)
End If
wa.Login(nextChallenge)
ProcessChat(wa)
alguien me ayuda faltA Muy poco!
Excepción no controlada del tipo 'System.Exception' en WhatsAppApi.dll
Información adicional: Auth response error
al final del codigo
wa.Connect()
Dim datFile As String = getDatFileName(WANum)
Dim nextChallenge() As Byte
If (File.Exists(datFile)) Then
Dim foo As String = File.ReadAllText(datFile)
nextChallenge = Convert.FromBase64String(foo)
End If
wa.Login(nextChallenge)
ProcessChat(wa)
alguien me ayuda faltA Muy poco!