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:
<COMPILE IF ConfigurationType=Android>
OAuth2Params is OAuth2Parameters
OAuth2Params..AuthURL = "[e-albania.gov.al];
OAuth2Params..AdditionalParameters = "response_type=code"
OAuth2Params..Scope = "openId"
OAuth2Params..ClientID = "[localhost];
OAuth2Params..RedirectionURL = "[localhost];
MyToken is AuthToken = AuthIdentify(OAuth2Params)
Token seems to be null when it is installed and it returns valid=false.
Best regards,
Kozeta
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:
<COMPILE IF ConfigurationType=Android>
OAuth2Params is OAuth2Parameters
OAuth2Params..AuthURL = "[e-albania.gov.al];
OAuth2Params..AdditionalParameters = "response_type=code"
OAuth2Params..Scope = "openId"
OAuth2Params..ClientID = "[localhost];
OAuth2Params..RedirectionURL = "[localhost];
MyToken is AuthToken = AuthIdentify(OAuth2Params)
Token seems to be null when it is installed and it returns valid=false.
Best regards,
Kozeta