FacebookComponents
FacebookComponents copied to clipboard
We recently upgraded to Xamarin.Facebook.iOS 5.12 (and we tried 5.6.0.1) and we're performing client flow auth by requesting a Facebook access token on the client using the Xamarin.Facebook.iOS SDK, then...
I'm not exactly sure how to get this working, but I have installed Xamarin.Facebook.iOS and I'm running on Xamarin Forms. I'm invoking the LogEvent using the DependencyService. I'm seeing anything...
I use xamarin form. So I create a Dependency Services for each platform. On Android, I use Xamarin.Facebook.AccountKit.Android 5.0.0. When I config the action to show AccountKitActivity. I see the...
Hi, I'm currently facing an issue with logout on iOs 12. Everything works well, but even if I call `logOut` method on `LoginManager` instance, my user is always logged in....
**Platform** Xamarin iOS **Repro** Try to update NuGet package with VS 2019 (16.3.8 / 16.3.9) **Expected behavior** Updated is installed successfully **Actual behavior** When trying to update **Xamarin.Facebook.iOS** from 5.0.2...
After a few releases, binderator is quite handy - even for small sets. I found that it was quite nice for Kotlin: https://github.com/xamarin/XamarinComponents/tree/master/Android/Kotlin The tool can be invoked: https://github.com/xamarin/XamarinComponents/blob/798b2efaabc199692b2b23821361c436ca96fa4b/Android/Kotlin/build.cake#L4-L13 And...