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...
Sapsucker asked 5/2, 2013 at 16:54
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...
Ronaronal asked 30/5, 2016 at 9:49
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...
Deina asked 7/9, 2022 at 5:4
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...
Rhomb asked 7/4, 2022 at 7:53
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...
Thomsen asked 4/4, 2013 at 11:39
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...
Calefactory asked 4/12, 2014 at 12:31
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...
Agential asked 29/5, 2016 at 0:50
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...
Pic asked 12/7, 2015 at 16:18
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 ...
Brooks asked 26/5, 2016 at 18:17
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...
Irresponsive asked 22/8, 2018 at 13:18
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:
...
Sidsida asked 16/7, 2018 at 12:27
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 ...
Leatriceleave asked 8/2, 2017 at 17:30
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 ...
Shull asked 5/7, 2019 at 6:52
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...
Osteomalacia asked 11/1, 2013 at 14:48
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...
Vespiary asked 21/10, 2018 at 6:19
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...
Flattie asked 27/12, 2017 at 17:15
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...
Christianson asked 18/3, 2018 at 0:27
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...
Cormophyte asked 3/1, 2014 at 15:39
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...
Sappy asked 4/4, 2017 at 9:30
1 Next >
© 2022 - 2025 — McMap. All rights reserved.