PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Windev Mobile 22. Program does not work when installed
Windev Mobile 22. Program does not work when installed
Iniciado por guest, 29,sep. 2017 08:54 - No hay respuesta
Publicado el 29,septiembre 2017 - 08:54
Hello,
How are you?
I have a problem with windev mobile 22.
OAuth2 functionality is not working right. When I run the program from windev mobile everything is right. However, when I install it, it throws errors and it does not work properly. It worked for 2 or 3 hours and then stopped working.

My code is like below:


OAuth2Params is OAuth2Parameters
OAuth2Params..AuthURL = "https://e-albania.gov.al/FPSTS/oauth2/authorize"
OAuth2Params..AdditionalParameters = "response_type=code"
OAuth2Params..Scope = "openId"
OAuth2Params..ClientID = "http://localhost:9874/"
OAuth2Params..RedirectionURL = "http://localhost:9874/"
MyToken is AuthToken = AuthIdentify(OAuth2Params)


Token seems to be null when it is installed and it returns valid=false.

Best regards,
Kozeta