Hi folks,
I'm trying to get Facebook OAuth to work in my Xamarin Forms app. I can get the facebook UI to show but it errors:
Given URL is not permitted by the Application configuration: One or more of the given url's are not permitted, etc.etc.etc.
It seems that I've not correctly setup my Facebook app in developers.facebook.com.
Can someone please show some screen shots for me, what I need to do?
Currently, I have no websites or anything - just the iOS Xamarin Forms app that does nothing but tries to authenticate my account with Facebook.
I used the code from here (http://www.joesauve.com/using-xamarin-auth-with-xamarin-forms/) and here (http://components.xamarin.com/view/xamarin.auth?version=1.2.3.1)
Anyone have any screen shots, please?