PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Error with Oauth2 Google Sign-In
Error with Oauth2 Google Sign-In
Débuté par Parrinello SALVATORE, 04 oct. 2021 18:41 - 1 réponse
Membre enregistré
8 messages
Posté le 04 octobre 2021 - 18:41
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)
Posté le 16 décembre 2021 - 17:12
Hi Salvatore,

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