facebook-authentication Questions

10

I am implementing Passport Facebook Authentication by linking the Facebook Authentication API route to a button using href like: <a href="auth/facebook">Facebook Login</a> When I cl...
Dardanelles asked 21/3, 2018 at 10:23

2

I am working on an app that uses Facebook as an alternate login method to the app's standard account creation flow. On some devices, the web dialog authentication for Facebook is producing the erro...

12

Solved

I have successfully deployed tutorial code from https://firebase.google.com/docs/auth/android/facebook-login for integrating Firebase Auth logins with Facebook. The users successfully created in Fi...

4

I am trying to use Facebook Authentication in Flutter. I followed all the steps in proper order as given - https://facebook.meedu.app/docs/4.x.x/android https://developers.facebook.com/docs/faceboo...

3

I'm working on a Facebook clone code along. I am pretty new to Next.js it throws an error at me which I'm not sure if it is standard or some bug in my code. https://next-auth.js.org/warnings#no_sec...
Matrilateral asked 27/2, 2022 at 6:25

1

Solved

Solved: The Firebase troubleshooting page has been updated: When you upload an AAB to App Distribution, Google Play automatically resigns the generated APK using a test app signing key certificate...

3

Solved

I was using facebook php sdk without any problem to provide facebook login on my website. Since a few days, I'm unable to log in anymore. I follow the steps described on https://developers.facebook...

4

Preface I'm developing several web services and a handful of clients (web app, mobile, etc.) which will interface with said services over HTTP(s). My current work item is to design an authenticati...

8

Solved

I am using FirebaseAuth to login user through FB. Here is the code: private FirebaseAuth mAuth; private FirebaseAuth.AuthStateListener mAuthListener; private CallbackManager mCallbackManager; @Ov...
Janellajanelle asked 23/8, 2016 at 7:15

4

I encounter an issue with Android Firebase Auth using com.google.gms:google-services:3.0.0 and com.google.firebase:firebase-auth:9.0.1. 1 hour after authentication with Firebase (Google or Facebo...

2

Solved

They are saying in the AccessToken docu the following: "Native mobile applications using Facebook's SDKs will get long-lived access tokens, good for about 60 days. These tokens will be refreshed on...

3

Solved

I am using FirebaseUI-Authentication. Signing in with an email or a Google account is successful, but sign in with Facebook doesn't work. onActivityResult() is not called after AuthUI activity was ...

1

Is there a way to add 2FA to Facebook's Oauth2 flow? The following error is returned when trying to hit the graph API's insights endpoint for a user that has 2FA enabled on their FB Business Manage...

2

I am using Firebase-UI authentication using e-mail, facebook, and google providers. E-mail and Google sign in work fine but Facebook sign in is not working. My facebook and firebase dependencies: ...

2

Solved

If you go to https://wfolly.firebaseapp.com/, you'll be able to log in with Facebook by clicking "Iniciar sesion". You'll then see your name next to the log out text "Cerrar sesion - YOUR FACEBOOK ...

11

Why do you need both a "code" and a "token" in the Facebook OAuth2 authentication flow as described here: https://developers.facebook.com/docs/authentication/ ? If you look at the OAuth dialog ref...
Intercessor asked 29/12, 2011 at 9:58

5

I have an Android app in the App Store. It uses Firebase on the back-end and provides social login via Facebook (and Google). Recently Facebook contacted me to warn me that my app is crashing/not ...

2

Update This was reported to Facebook via https://www.facebook.com/whitehat/report/ on Dec 16th 2013 and Facebook responded on Dec 17th that the bug has long since been fixed. I have retested this...

4

I can't get my app to allow Facebook login. Everytime the users tries to login to Facebook and authenticate my app with their FB, it gives me this error: Invalid key hash. They key hash xxxxxxxx...
Coefficient asked 24/11, 2015 at 23:9

0

I am working on a Flutter app and need to include the Facebook and Google login options in our app login page. I am not using Firebase and working on the MySQL database for storing and retrieving u...
Douville asked 9/1, 2019 at 10:46

5

I'm trying to login from Facebook and Google API, the Google API works fine, the problem arises with Facebook login, everything is setup on the Facebook developers console and my app is live as wel...

2

Solved

I use Webpack bundler and Webpack dev server for local development. The front-end is in React.js+Redux and the back-end in Node.js and koajs. In back-end, I use passportjs library for user authent...

3

Solved

Let's say I have 4 apps, "Uber Clone" for iOS and Android and "Uber Driver Clone" for iOS and Android. I am using the same Firebase project for all 4 since they share the same database. When it c...

7

Solved

I'm using python-social-auth in my Django application for authentication via Facebook. But when a user tries to login, they have been redirected to the Facebook app page, and they click on the &quo...

2

Solved

I have noticed that after expiration of Facebook GRAPH API on March 27, 2017 my Facebook application is not providing the access to my web application. Mainly OAuthWebSecurity is failed to fetch th...

© 2022 - 2025 — McMap. All rights reserved.