I thought I was done with Facebook Authorization on my Xamarin.Forms app. Been working on several other things. Then very recently I was going back to the app cloned the repository, thought I’d run it once. Right now using an embedded web browser and web calls to facebook it works, but gives me an error, that embedded web browsers are being deprecated. Well I remember I had used Auth0 successfully before but had followed the simpler way.
I seem to have everything setup after looking and copying code from several resources and the "Forms_NS example. I am able to get the to htroll.auth0.com login page with Facebook and googl as choices, when I select Facebook I get an error “App Not Setup.”… I followed the setup or at least what I think all the setup of the Facebook Developer Console, including redirect: https://htroll.auth0.com/login/callback.
Any ideas or example app I should look at?