Flutter:如何配置 Facebook 进行身份验证
Flutter : how configure Facebook for authentication
我有 flutter 应用程序并使用 firebase 和 facebook 登录..
我正在配置 Facebook,我正处于此文档 https://developers.facebook.com/docs/facebook-login/android
中的第 5 步“将您的包名称和默认值 Class 与您的应用相关联”
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.
上面那句话是什么意思?我还需要安装其他东西吗?
Facebook 官方文档不是为任何跨平台创建的,
如果您使用 flutter_facebook_login
插件,请遵循 those 步骤。
我有 flutter 应用程序并使用 firebase 和 facebook 登录..
我正在配置 Facebook,我正处于此文档 https://developers.facebook.com/docs/facebook-login/android
中的第 5 步“将您的包名称和默认值 Class 与您的应用相关联”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.
上面那句话是什么意思?我还需要安装其他东西吗?
Facebook 官方文档不是为任何跨平台创建的,
如果您使用 flutter_facebook_login
插件,请遵循 those 步骤。