Hello Laurent,
attached our testprogram.
I think our Problem is in generating the signature.
We have to build a signature with HMAC-SHA1 (
https://tools.ietf.org/html/rfc5849#section-3.4.2)
This should be done like this: digest = HMAC-SHA1 (key, text)
In the Genero-Docu we found the function “security.Digest.CreateDigestString”
This function requires a Base-64 String as Input.
We think that this can be the Problem.
Before you start the program, you have to add the following lines to the fglprofile:
ws.discovergy.url = "
https://api.discovergy.com/public/v1/oauth1/consumer_token"
ws.discovergy.verifyserver = "FALSE"
ws.discovergy1.url = "
https://api.discovergy.com/public/v1/oauth1/request_token"
ws.discovergy1.verifyserver = "FALSE"
Stefan S.