コード例 #1
0
 /**
  * Sets some values that users are able to set under the “Account” tab of their settings page. Only the parameters specified will be updated.
  * 
  * Parameters :
  * - name
  * - url
  * - location
  * - description (0-160)
  * - include_entities (0|1)
  * - skip_status (0|1)
  *
  * @static 
  */
 public static function postProfile($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postProfile($parameters);
 }