コード例 #1
0
 /**
  * Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not. Use this method to test if supplied user credentials are valid.
  * 
  * Parameters :
  * - include_entities (0|1)
  * - skip_status (0|1)
  *
  * @static 
  */
 public static function getCredentials($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getCredentials($parameters);
 }