Questions tagged [xamarin.auth]

A cross-platform API for authenticating users and storing their accounts.

Xamarin.Auth is a cross-platform API for authenticating users and storing their accounts. It supports a few authentication options out of the box, OAuth2 in particular with an example given for Facebook. It is run from Github and can be cloned or forked from there.

https://github.com/xamarin/Xamarin.Auth

138 questions
0
votes
2 answers

Is it feasible to extend Xamarin.Auth or Xamarin.Social to support native iOS 6 login with fallback to Safari?

We have an app that uses Facebook SDK for logging in. We support iOS 6 native login, with fallback to Facebook App and Safari. We're adding Twitter support soon. We also want to implement iOS 6 login with Safari fallback for it. Is there any code in…
Dan Abramov
  • 264,556
  • 84
  • 409
  • 511
-1
votes
2 answers

Xamarin.Auth unable to login with Google [Xamarin.Forms]

I am using Xamarin.Auth for the Facebook and Google Login but every time I am getting an error displayed in the Screenshot. Google Login: Code: var googleauth = new OAuth2Authenticator( "ClientId", "ClientSecret", …
Chandresh Khambhayata
  • 1,748
  • 2
  • 31
  • 60
-1
votes
1 answer

How to work with Facebook authentication in Android app

I'm building an Android app with Xamarin.Android. I am using Facebook for user login and I also need few other permissions like user_events, rsvp_event etc. But I don't understand the exact steps that I should follow. I've read the docs, but I'm…
sakibmoon
  • 2,026
  • 3
  • 22
  • 32
1 2 3
9
10