コード例 #1
0
 /**
  * Uploads a profile banner on behalf of the authenticating user. For best results, upload an profile_banner_url node in their Users objects. More information about sizing variations can be found in User Profile Images and Banners and GET users / profile_banner.
  * 
  * Parameters :
  * - banner
  * - width
  * - height
  * - offset_left
  * - offset_top
  *
  * @static 
  */
 public static function postUserBanner($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postUserBanner($parameters);
 }