We're using the social auth part of Servicestack to authenticate users against our API. This works like a charm using a PHP client.
My question is - what would be the best way of integrating social login that uses a servicestack API into a xamarin app?
I have used the Azure social login stuff before but that obviously wont work. How can I authenticate a user inside a xamarin app against facebook, twitter, google that can then pass that auth to my API?