コード例 #1
0
 /**
  * Allows one to enable or disable retweets and device notifications from the specified user.
  * 
  * Parameters :
  * - screen_name
  * - user_id
  * - device (0|1)
  * - retweets (0|1)
  *
  * @static 
  */
 public static function postFollowUpdate($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postFollowUpdate($parameters);
 }