Skip to content

Instantly share code, notes, and snippets.

@anaselhajjaji
Created April 12, 2017 23:18
Show Gist options
  • Save anaselhajjaji/ca1fb8dfbffdd1ad1bac32ed3d9ef684 to your computer and use it in GitHub Desktop.
Save anaselhajjaji/ca1fb8dfbffdd1ad1bac32ed3d9ef684 to your computer and use it in GitHub Desktop.
// Facebook Authentication
Button fbButton = FindViewById<Button>(Resource.Id.fbButton);
fbButton.Click += (sender, args) =>
{
LoginToFacebook(true);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment