B4A Class [class][B4X] Google OAuth2 - Erel    Oct 29, 2025   (44 reactions)   tags: wait, Google 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... B4A Class [class][B4X] Microsoft OAuth2 - josejad    Jul 4, 2025   (14 reactions) Hi there:
I've adapted Erel's Google Oauth2 class to login with Microsoft, adapting... B4J, not tested in B4i. Probably with @Erel's help it will work in B4i.
MicrosoftOAuth2 class takes... B4A Library OAuth library - Erel    Aug 10, 2011 This library wraps the oauth-signpost open source project.
Using the OAuth object you can sign Http requests as required by some servers.
See this page for more information about OAuth: OAuth... B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Nov 1, 2025   (17 reactions) description, thanks.
Thanks for your understanding. :)
This library depends the Google OAuth2 class:
https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/
follow the tutorial in... B4A Library Google Authorization with AuthorizationClient - Erel    Oct 29, 2025   (12 reactions) The oauth2 approach implemented here: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/#content is no longer supported by Android. Google instead provides a new API for allowing the user to securely authorize access to their account data. Start by following Google's instructions about the configuration required in Google developer console: https://developer.android.com/identity/authorization#maintain-access The B4A code is quite simple. There are two steps: 1... B4A Library Error: Attribute not supported:event in GoogleOAuth2 - Erel (first post)    Jul 29, 2020 The text, including and before, @EndOfDesignText@, should be removed.... B4J Library [Web][SithasoGoogleSheetsAPI] Replace Traditional Back Ends with Google Sheets - Mashiane    Nov 12, 2025   (5 reactions) . 5. Create OAuth2 Credentials** - Go to "APIs & Services > Credentials". - Click "Create Credentials" > "OAuth client ID". - If prompted, configure... Token and Access Token** - Go to OAuth 2.0 Playground to: - Authorize with your client ID/secret. - Click the gear for OAuth Configuration and enter your client id & client secret and..." and add the email address shown in your OAuth credentials (often ends with `@developer... B4A Library HMS / Huwaei Push Kit - Erel    Nov 1, 2020   (10 reactions) the OAuth 2.0 client id and secret values. As far as I remember, the OAuth credentials were created... B4A Library [B4X] Supabase - The Open Source Firebase alternative - Alexander Stolte    Mar 17, 2025   (51 reactions)
Components
Status
Authentication
E-Mail +Password, SignIn with oauth (Google and Apple)
Alpha test...
RefreshToken As ResumableSub
SaveToken As String
SignInWithOAuth (ClientId As String, Provider As String... B4A Library Facebook - Extends FirebaseAuth to support Facebook - Erel    Nov 7, 2022   (25 reactions)   tags: Facebook Authentication .04.08.png
Add the OAuth redirect URI from Firebase to Facebook Login product:
https://www.b4x.com... Page: 1   2   3   4   |