Ejemplo n.º 1
0
 public function getCode()
 {
     session_start();
     $fb = new Facebook();
     return redirect($fb->getLoginUrl());
 }