/**
  * @see FacebookConnect::getLoginUrl()
  */
 public function getLoginUrl($redirectUrl = null, $scope = array())
 {
     return $this->FacebookConnect->getLoginUrl($redirectUrl, $scope);
 }