Facebook sign-in with OAuth 2.0 is made possible for Android, iOS, Windows, Mac, Universal Windows Platform (UWP), and WebGL apps via Simple Facebook Sign-In.
Please sign in to contact this author
Other platforms that you need
โ Facebook
โ X (Twitter)
โ Telegram
โ Microsoft
โ Google
Benefits:
-ย User authentication across platforms for cross-platform games and apps
- No dependency on third-party libraries or pluginsย
- No effect on build sizeย
- Increased security for client-server apps (get access token on a client, get all user data on a server to prevent tampering)ย
- Validation of JSON Web Tokens (JWT)
Steps in setup:
- To view the setup instructions, please visit our GitHub.
- The general workflow is as follows:
โ Your app uses the default web browser to direct users to Facebook;
โ Facebook directs users to Authorization Middleware and provides an auth code in the URI parameters;
โ Authorization Middleware uses deep linking (where possible) to activate your app.
โ After the app has been enabled and the authorization code has been obtained, it requests user data (ID, name, email, and other data according to the defined access scope)
Facebook sign-in with OAuth 2.0 is made possible for Android, iOS, Windows, Mac, Universal Windows Platform (UWP), and WebGL apps via Simple Facebook Sign-In.
ย
Note: You can use the files to test before you buy or for educational purposes. NOT FOR BUSINESS USE.