roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 331 forks source link

Using with Facebook Deeplinks #237

Open kleinpetr opened 4 years ago

kleinpetr commented 4 years ago

What is CustomTabActivity? How can I merge this intents with this package https://pub.dev/packages/facebook_deeplinks

Because this package using the same intent-filter but in MainAcitivity ACTIVITY.

Thank you for help.