B4A Question Auth0 Integration - joko0124 (first post)    Mar 31, 2023 Google oauth is different from auth0? B4A Class [class][B4X] Google OAuth2 - Erel    Mar 19, 2024   (43 reactions) GoogleOAuth2 class is compatible with B4A, B4i and B4J (new).
It is no longer possible to use WebView to implement Google's OAuth2 authentication.
The solution is to open the default browser and set the redirection uri in such a way that the browser will redirect the response back to our app.
Goog B4A Question On April 20, 2017, Google will start blocking OAuth requests using web-view - b4auser1    Mar 13, 2017 On April 20, 2017, we will start blocking OAuth requests using web-views for all OAuth clients on platforms where viable alternatives exist.
Which alternatives can be used instead of ? B4A Tutorial OAuth 2.0 / Google web services tutorial - Erel    May 11, 2017   (2 reactions) This tutorial is no longer relevant. Google doesn't allow using WebView to access the server response. Updated tutorial: https://www.b4x.-b4x-google-oauth2.79426/
OAuth is an authentication method which allows the user to grant your application access to private information in a controlled way.
In B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Feb 13, 2024   (17 reactions) Thanks for your understanding. :)
This library depends the Google OAuth2 class:
https://www.b4x.-b4x-google-oauth2.79426/
follow the tutorial in this topic to create your project in google console developer, enable google dive and google sheets apis, make sure to add your package name to your proje B4A Question Google oAuth2 - Access Blocked, the request is invalid - aaronk (first post)    Dec 11, 2023   (3 reactions) I worked out what was wrong.
In case anyone else comes along this, here is how I got it to work.
In the Google Console, open the 'Credentials' section on the left side.
Under the 'OAuth 2.0 Client IDs' section select the Android device. In my example it was 'Android client 1'.
Scroll down and sele B4J Tutorial [Web][SithasoDaisy] PocketBase - Configuring & Adding Google Authentication to your Apps - Mashiane    Mar 27, 2024   (1 reaction) Hi Fam
Step 1
1. Create client id and client secret. On the Google API, select "Credentials" > Create Credentials > OAuth Client ID
Follow these instructions here from the google api console.
https://support.google.com/googleapi/answer/6158849?hl=en#zippy=%2Cstep-create-a-new-client-secret
You B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Jan 10, 2023   (1 reaction) B4X
OAuth
Google OAuth2
It is no longer possible to use WebView to implement Google's OAuth2 authentication.
The solution is to open the default browser and set the redirection uri in such a way that the browser will redirect the response back to our app.
GoogleOAuth2 class takes care of several B4A Question Google oAuth2 B4xPages CallFromResume - Erel (first post)    Dec 26, 2021   (1 reaction) There are some edge cases where adding code to the Main module is actually the simplest solution.
In this case you can call it from B4XPage_Foreground with this untested code:
Private Sub B4XPage_Foreground
oauth2.CallFromResume(B4XPages.GetNativeParent(Me).GetStartingIntent)
End Sub B4A Question Google Oauth class - DonManfred (first post)    Dec 13, 2017   (1 reaction) If the token is not revoked then you should get updated token automatically. Page: 1   2   3   4   5   6   7   Powered by ColBERT |