Ejemplo n.º 1
0
 public FacebookClient()
 {
     this.commandExecuter = new FacebookCommandExecuter();
     this.anonymousCommandExecuter = new FacebookAnonymousCommandExecuter();
     this.facebookCommands = new FacebookCommands(this.commandExecuter);
 }
Ejemplo n.º 2
0
 public FacebookClient()
 {
     this.commandExecuter          = new FacebookCommandExecuter();
     this.anonymousCommandExecuter = new FacebookAnonymousCommandExecuter();
     this.facebookCommands         = new FacebookCommands(this.commandExecuter);
 }