0

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.

enter image description here

glennsl
  • 28,186
  • 12
  • 57
  • 75
Đăng Huân
  • 139
  • 1
  • 9

2 Answers2

1

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.

hecht
  • 292
  • 2
  • 6
1

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. enter image description here

Matias Celiz
  • 322
  • 3
  • 11