Esempio n. 1
0
 /**
  * Sets which device Twitter delivers updates to for the authenticating user. Sending none as the device parameter will disable SMS updates.
  * 
  * Parameters :
  * - device (sms|none)
  * - include_entities (0|1)
  *
  * @static 
  */
 public static function postSettingsDevice($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postSettingsDevice($parameters);
 }