Пример #1
0
 /**
  * Updates the authenticating user’s settings.
  * 
  * Parameters :
  * - trend_location_woeid
  * - sleep_time_enabled (0|1)
  * - start_sleep_time
  * - end_sleep_time
  * - time_zone
  * - lang
  *
  * @static 
  */
 public static function postSettings($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postSettings($parameters);
 }