Example #1
0
 public static void Login(string scope = "", FacebookDelegate callback = null)
 {
     FacebookImpl.Login(scope, callback);
 }