All Projects → yuv4ik → XFFacebookLoginButtonExample

yuv4ik / XFFacebookLoginButtonExample

Licence: MIT license
Using Native Facebook Login Button in Xamarin.Forms

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to XFFacebookLoginButtonExample

facebook-node-sdk
Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Stars: ✭ 519 (+2783.33%)
Mutual labels:  facebook-sdk, facebook-login
Facebook-account-kit-android
Android app uses FACEBOOK's ACCOUNT KIT to login without password with EMAIL or PHONE.
Stars: ✭ 30 (+66.67%)
Mutual labels:  facebook-sdk, facebook-login
Facebook-Auto-Pilot
Automate common Facebook activities such as posting to groups and pages walls. Effortlessly post to multiple groups or pages.
Stars: ✭ 126 (+600%)
Mutual labels:  facebook-sdk, facebook-login
TinyPubSub
Worlds smallest pub/sub thingy created mostly for Xamarin Forms but should also work else where...
Stars: ✭ 23 (+27.78%)
Mutual labels:  xamarin-forms
HackerNews
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
Stars: ✭ 184 (+922.22%)
Mutual labels:  xamarin-forms
XamarinForms.LocationService
Xamarin Background Services, Background Location Updates, Location Updates, BroadCastReceiver
Stars: ✭ 61 (+238.89%)
Mutual labels:  xamarin-forms
net6.0-mobile-fsharp
Mobile templates for .NET 7.0 / F# 7.0
Stars: ✭ 76 (+322.22%)
Mutual labels:  xamarin-forms
TextMood
A Xamarin + IoT + Azure sample that detects the sentiment of incoming text messages, performs sentiment analysis on the text, and changes the color of a Philips Hue lightbulb
Stars: ✭ 52 (+188.89%)
Mutual labels:  xamarin-forms
Packet Sender Mobile
iOS and Android version of Packet Sender
Stars: ✭ 58 (+222.22%)
Mutual labels:  xamarin-forms
Xamarin.Forms-Succinctly
This is the companion repo for Xamarin.Forms Succinctly by Alessandro Del Sole. Published by Syncfusion.
Stars: ✭ 44 (+144.44%)
Mutual labels:  xamarin-forms
XamarinFormsPinView
PIN keyboard for Xamarin.Forms.
Stars: ✭ 83 (+361.11%)
Mutual labels:  xamarin-forms
xappium.uitest
Xappium.UITest is a UITest helper framework built on top of Appium. This aims at making it easier to write and run UI Tests.
Stars: ✭ 60 (+233.33%)
Mutual labels:  xamarin-forms
XamBooksApp
Sample app for book readers built using Xamarin.Forms
Stars: ✭ 52 (+188.89%)
Mutual labels:  xamarin-forms
Xamarin.Forms.MultiSelectListView
☑️ Select multiple rows in a listview with xamarin.forms
Stars: ✭ 61 (+238.89%)
Mutual labels:  xamarin-forms
reviewery-mobile
iOS application to rate songs in Spotify playlists
Stars: ✭ 15 (-16.67%)
Mutual labels:  facebook-sdk
i18n-xamarin-forms
Xamarin Localization Library for Xamarin/Xamarin.Forms
Stars: ✭ 17 (-5.56%)
Mutual labels:  xamarin-forms
social-auth-kivy
Integrate Google, Facebook, Github & Twitter login in kivy applications
Stars: ✭ 133 (+638.89%)
Mutual labels:  facebook-login
roove
Dating app based on firebase services and facebook login. MVVM-Kotlin-RxJava-Dagger-Databinding
Stars: ✭ 55 (+205.56%)
Mutual labels:  facebook-login
xamarin-forms-statusbar
Xamarin.Forms Effect to manage the StatusBar BackgroundColor.
Stars: ✭ 16 (-11.11%)
Mutual labels:  xamarin-forms
xamarin-forms-gui.cs
Xamarin.Forms gui.cs Backend
Stars: ✭ 74 (+311.11%)
Mutual labels:  xamarin-forms

XF Facebook LoginButton Example

Xamarin.Forms application that uses an abstraction over platform specific Xamarin.Facebook.[iOS/Android] NuGet packages in order to catch the Facebook Login Events on the Xamarin.Froms level.

Native Login Button

Each platform rendering a native built-in Facebook Login Button:

  • Facebook.LoginKit.LoginButton for iOS
  • Xamarin.Facebook.Login.Widget.LoginButton for Android

The abstraction is handling the next events:

  • OnSuccess(string authToken)
  • OnError(string errDescription)
  • OnCancel

Facebook SDK

  • Token changed event
  • Programmatically logout

More details in the blogpost.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].