好的,所以我试图使用Xamarin.Auth在Xamarin.iOS上做一个非常基本的身份验证,并得到一个错误:“应用程序配置不允许给定的URL。:应用程序的设置不允许一个或多个给定的URL。new StringElement (String.Empty));
dialog = new DialogViewController (new RootElement ("Xamarin.Auth
我正在尝试使用Facebook和Twitter实现登录。我把它用在Facebook上,但不知道怎么用Twitter。有没有什么例子?我的Facebook实现是这样的: clientId: "*****************", authorizeUrl: new System.Uri("https://m.facebook.com/dialog/oauth/"),
redirectUrl: new System