Skip to content

Instantly share code, notes, and snippets.

@tedliou
Created August 28, 2021 17:11
Show Gist options
  • Save tedliou/a458e440e31b3d413dcbe86bf41b0411 to your computer and use it in GitHub Desktop.
Save tedliou/a458e440e31b3d413dcbe86bf41b0411 to your computer and use it in GitHub Desktop.
public void OnLoginBtnClick()
{
var perms = new List<string>() { "public_profile", "email" };
FB.LogInWithReadPermissions(perms, AuthCallback);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment