saadfarhan124 / flutter_facebook_sdk

A flutter plugin to get facebook deep links and log app events using the latest Facebook SDK to include support for iOS 14
Apache License 2.0
24 stars 84 forks source link

remove init value from deepLinkUrl #15

Open binSaed opened 2 years ago

binSaed commented 2 years ago

when i call await facebookDeepLinks.getDeepLinkUrl i get Saad Farhan so you need to remove this value

https://github.com/saadfarhan124/flutter_facebook_sdk/blob/ac89bc0d30d088297a3970f52ee31b8263f313a8/android/src/main/kotlin/saad/farhan/flutter_facebook_sdk/FlutterFacebookSdkPlugin.kt#L43

upsushan commented 1 year ago

@binSaed
Hi, I get "Saad Farhan" when the app is closed. But, when the app is in background I get the actual code. Were you able to solve this issue? If so, please help.