B4A Class [class][B4X] Google OAuth2 - Erel    Mar 19, 2024   (43 reactions) 3. Initialize GoogleOAuth2 with the required scopes (based on the API that you want to call).
Call GoogleOAuth2.GetAccessToken. The AccessTokenAvailable will be raised when the token is available.
Once you have the access token, you can access the relevant Google web service.
In this example we will B4A Question Auth0 Integration - joko0124 (first post)    Mar 31, 2023 Google oauth is different from auth0? 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 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 Question FCM - Migrate from legacy HTTP to HTTP v1 - how to get access token for client to client messsaging? - GraemeW (first post)    Oct 25, 2022 No ... The Google OAuth 2 class you used is based on app user accounts - while the Migrate from legacy HTTP to HTTP v1 page indicates that a service account should be used. I'm working on this approach at the moment.. So far I've managed to assign to the service account json file path but haven't y 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 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 - 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 B4A Question Non-HTTP get request? - Erel (first post)    Mar 18, 2022   (1 reaction) See how the custom scheme is implemented in the Google OAuth class.
AddActivityText(Main,
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data Page: 1   2   3   4   5   6   7   Powered by ColBERT |