Пример #1
0
 /**
  * Updates the authenticating user’s profile image. Note that this method expects raw multipart data, not a URL to an image.
  * 
  * Parameters :
  * - image
  * - include_entities (0|1)
  * - skip_status (0|1)
  *
  * @static 
  */
 public static function postProfileImage($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postProfileImage($parameters);
 }