I'm developing an application that features logging in with facebook. I used Firebase, and followed the instructions exactly from the home page. When logged in I got the error pictured, I tried to fix it by 'Add Platform' on the Facebook Control Panel. But my app is growing so it can not have a package name on Google Play. I tried to create a hash key by the way here. But it returns non isSuccessful () result.
-
You can add your own package. It's not necessary to have a package name of PlayStore. Have you checked `Add Platform`? – Kartik Shandilya Oct 12 '17 at 17:44
-
Show the code how you got there – Moshe Edri Oct 12 '17 at 17:45
-
@MosheEdri that kind of error is generally when the application is not correctly configured on Facebook Developer's Console. – Kartik Shandilya Oct 12 '17 at 17:50
-
I think it's in Facebook dashboard as well but without the code you wouldn't know for sure – Moshe Edri Oct 12 '17 at 17:52
-
This error suggest that he didn't even configured an app so it could be the app secret that he is missing – Moshe Edri Oct 12 '17 at 17:57
-
Sorry, but I've added Platform with project package before, it looks like all they do is work! – Đăng Huân Oct 16 '17 at 10:59
2 Answers
Make sure you have the URL from Facebook Sign-In Method in Firebase Console correctly copied to Facebook's Developer Portal Facebook Login Settings as a Valid OAuth redirect URI.
It's not required for your app to be available on the Google Play Store in order to use the package name to setup the Native Android integration in Facebook's Developer portal. It's the best way to integrate Facebook Login after all. You can find your Package Name in your build.gradle file as applicationId.
- 292
- 2
- 6
To use auth0 with facebook you need add the APP domain into facebook app there are config.xml file and the domain is something like that <widget id="com.dutytask.enlaceit" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
Just add the id attribute value into Android package name field.

- 322
- 3
- 11
