I tried to implement a login with Google and Facebook. I successfully logged into Facebook using Xamarin.Auth, but on Google Login I get a disallowed_useragent error message . I know that Google has changed its policy and does not allow login using WebView, but is there any other way to implement Login with Googlein Xamarin.Forms (Portable)?

Thank.
source
share