コード例 #1
0
 /**
  * Sends a new direct message to the specified user from the authenticating user. Requires both the user and text parameters and must be a POST. Returns the sent message in the requested format if successful.
  * 
  * Parameters :
  * - user_id
  * - screen_name
  * - text
  *
  * @static 
  */
 public static function postDm($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postDm($parameters);
 }