PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Error with Oauth2 Google Sign-In
Error with Oauth2 Google Sign-In
Iniciado por Parrinello SALVATORE, out., 04 2021 6:41 PM - 1 resposta
Membro registado
8 mensagems
Publicado em outubro, 04 2021 - 6:41 PM
Hi, I have problems with using Google's Oauth2 protocol on Android, using the following code the result returned is always:
invalid_grant Malformed auth code. Tested the same code from the Windev Mobile emulator instead it works perfectly


OAuth2Parameters is an OAuth2Parameters

MyRequest is httpRequest
MyResponse is httpResponse

vProfileInfo is Variant

sGGLDisplayName is string = ""
sGGLEmail is string = ""

bLogin is boolean = False

OAuth2Parameters..AuthURL = "https://accounts.google.com/o/oauth2/auth"
OAuth2Parameters..TokenURL = "https://oauth2.googleapis.com/token"
OAuth2Parameters..RedirectionURL = "http://localhost:9874/"

OAuth2Parameters..Scope = "email profile"

OAuth2Parameters..ClientID = "4XXXXXXXXXX1-lvrjjr936l63pmvsfc696fp4cfq713vh.apps.googleusercontent.com"

AuthToken is an AuthToken = AuthIdentify(OAuth2Parameters)
Publicado em dezembro, 16 2021 - 5:12 PM
Hi Salvatore,

There's a patch in order to fix that bug for Windev Mobile 26, you can ask it to free support.