Example #1
0
 /**
  * Fetch the resource information from Facebook.
  *
  * @param String $url    API URL
  * @param Array  $params Array of parameters for the API request
  *
  * @return void
  */
 protected function fetch_data($url, $params = [])
 {
     parent::fetch_data($url, $params);
     $this->get_permissions();
     $this->classify();
 }