/**
  * Set the file upload support status.
  *
  * @param boolean $fileUploadSupport The file upload support status.
  *
  * @return BaseFacebook
  */
 public static function setFileUploadSupport($fileUploadSupport)
 {
     self::$fileUploadSupport = $fileUploadSupport;
     // return $this;
 }