コード例 #1
0
 /**
  * Updates the authenticating user’s current status and attaches media for upload. In other words, it creates a Tweet with a picture attached.
  * 
  * DEPRECATED
  * 
  * Parameters :
  * - status
  * - media[]
  * - possibly_sensitive
  * - in_reply_to_status_id
  * - lat
  * - long
  * - place_id
  * - display_coordinates (0|1)
  *
  * @static 
  */
 public static function postTweetMedia($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postTweetMedia($parameters);
 }