1

I have flutter app and using firebase and facebook login..

I am configuring Facebook and I am at step 5 "Associate Your Package Name and Default Class with Your App" from this document https://developers.facebook.com/docs/facebook-login/android

Default Activity Class Name

This is the fully qualified class name of the activity that handles deep linking such as com.example.app.DeepLinkingActivity. We use this when we deep link into your app from the Facebook app. You can also find this in your Android Manifest.

What does that above statement means? Is there something else I need to install?

Community
  • 1
  • 1
user2570135
  • 2,669
  • 6
  • 50
  • 80

1 Answers1

0

The official facebook documentation is not created for any cross platform, Please follow those steps if you are using flutter_facebook_login plugin.

Devarsh Ranpara
  • 930
  • 7
  • 16
  • I am following that plugin in instruction and it says to do this ===> "This assumes that you've done the "Associate Your Package Name and Default Class with Your App" and "Provide the Development and Release Key Hashes for Your App" in the the Facebook Login documentation for Android site." – user2570135 Sep 20 '19 at 10:41
  • Are you using google sign in along with facebook sign in as well? – Devarsh Ranpara Sep 20 '19 at 11:49
  • Yes. I am using both ... Google login is working.,. – user2570135 Sep 20 '19 at 12:51
  • Okay so try this link, it can be helpful to you. In default activity name please provide activity name which is given by flutter package. https://stackoverflow.com/questions/24838476/package-name-class-name-of-facebook-app – Devarsh Ranpara Sep 20 '19 at 14:07