Facebook-Login-Xamarin-Forms icon indicating copy to clipboard operation
Facebook-Login-Xamarin-Forms copied to clipboard

Demo for login to Facebook API from Xamarin Forms

Results 7 Facebook-Login-Xamarin-Forms issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your work. but what will happen if i want to sign in with another user?? or i want to logout? how can this be done? thansks

I implemented everything in your video but when i press the butto says the following: "Not Logged In. you are not logged in. please login and try again" Below is...

I am sending following as a post request. ` public async void WebViewOnNavigated(object sender, WebNavigatedEventArgs e) { var accessToken = ExtractAccessTokenFromUrl(e.Url); Console.WriteLine("Token ==>"+accessToken); if (accessToken != "") { try {...

` var userJson = await httpClient.GetStringAsync(requestUrl);` `this code is throwing an error the error i get is StatusCode: 400, ReasonPhrase: 'Bad Request', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:\r\n{\r\nWWW-Authenticate: OAuth "Facebook Platform"...

webview not showing but am told to log in

I am able to login with the client id given... but when i try to run the example with my own client ID it crashes with a request error.. Can...

I was wandering if i take your facebook login page only from xamarin.android but i cant uderstand how to do it, can you help me?