Open oakleaf opened 5 years ago
Hi @oakleaf,
I have implemented the Access Token. Could please check if this is what you need?
The response should have something like this :
"accessToken": "ya29.BucfHbDFMIGBucfHbDFMIGBucfHbDFMIGBucfHbDFMIGBucfHbDFMIG"
Hi @oakleaf,
I have implemented the Access Token. Could please check if this is what you need?
The response should have something like this :
"accessToken": "ya29.BucfHbDFMIGBucfHbDFMIGBucfHbDFMIGBucfHbDFMIGBucfHbDFMIG"
Hey, sounds awesome (If this would be the case) but Im getting this error when I try your module:
[ERROR] : TiExceptionHandler: (main) [2900,3238] Google.signIn();
[ERROR] : TiExceptionHandler: ^
[ERROR] : TiExceptionHandler: Error: Attempt to invoke virtual method 'java.lang.String java.lang.Object.toString()' on a null object reference
[ERROR] : TiExceptionHandler: at GoogleFitCallback (eval at Module._compile (app://app.js:728:13),
@oakleaf Could you try this version, please?
I dont think that's the offline token though, have you requested offline request for that token?
On Wed, Feb 20, 2019 at 1:27 PM Douglas Alves notifications@github.com wrote:
@oakleaf https://github.com/oakleaf Could you try this version https://github.com/deckameron/Ti.GoogleSignIn/blob/master/android/dist/ti.googlesignin-android-4.0.1.zip?raw=true, please?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AppWerft/Ti.GoogleSignIn/issues/29#issuecomment-465553955, or mute the thread https://github.com/notifications/unsubscribe-auth/AAa-NvGy7KOOREe6oegqh4F4BXJw94oYks5vPT9OgaJpZM4a76rR .
-- Med vänliga hälsningar, Mathias Eklöf Appitude.io https://appitude.io mathias@appitude.io +46 70 30 555 31
This seems to work for the iOS-version. Why is this not in sync with that one?
currentUser (Dictionary, get) id (String) scopes (Array) serverAuthCode (String) <---- This is what we need hostedDomain (String) profile (Dictionary) name (String) givenName (String) familyName (String) email (String) hasImage (Boolean) authentication (Dictionary) clientID (String) accessToken (String) accessTokenExpirationDate (Date) refreshToken (String) idToken (String) idTokenExpirationDate (Date)
Hello, it seems I cant use;
to retrieve Offline access (E.g a "backend token") so we may get data from our backend. Is it possible to add this feature to this module?