Invalid message(s): * Timestamp (iat) is invalid. Make sure timestamp is in seconds

Respondida

1 Comentarios

  • Eric Nelson
    Zendesk Developer Advocacy

    Hey Ricardo,

    The widget is looking for the timestamp to be converted into seconds. Something like the below should work:

    DateTime.Now.Subtract(new DateTime(1970, 1, 1))).TotalSeconds;
    

    Hope this helps!

    Eric

    1

Iniciar sesión para dejar un comentario.

Tecnología de Zendesk