How to log in to Facebook in Xamarin.Forms

前端 未结 7 1191
礼貌的吻别
礼貌的吻别 2020-11-27 11:30

I want to make a Xamarin.Forms project, targeting iOS, Android and Windows Phone.

My app needs to authenticate users using Facebook.

Should I implement login

7条回答
  •  日久生厌
    2020-11-27 12:17

    I've created a sample project to show how to create a Facebook login using native Facebook component, not through a webview like the solutions suggested here. You can check it out in this address:

    https://github.com/IdoTene/XamarinFormsNativeFacebook

提交回复
热议问题