I am developing an app based on Azure App Service Mobile in Xamarin.Forms.
Its documentation says, it would take 'only 5 minutes' to add FaceBook authentication to an app. In my case, it was not true.
I looked at several samples, but did not find any solution to use Azure - FB authentication in XAMARIN.FORMS. Samples provided by Microsoft are only for Xamarin.Android and Xamarin.IOS, and could not find any Xamarin doc about it.
My question: is there any tutorial with FB authentication (with its UI related features) for Azure app service mobile FB authentication for Xamarin.Forms?
My FaceBook app itself is working, my Azure service is working, its FB settings are set, connection is OK. My main problem is about FB login features. I thought, it is some built in feature in MobileService component, or there is a straightforward solution in XF...but I found only hacky solutions so far.
Please help me! Thanks in advance!