Esempio n. 1
0
 /**
  * Returns a map of the available size variations of the specified user’s profile banner. If the user has not uploaded a profile banner, a HTTP 404 will be served instead. This method can be used instead of string manipulation on the profile_banner_url returned in user objects as described in Profile Images and Banners.
  * 
  * Parameters :
  * - user_id
  * - screen_name
  *
  * @static 
  */
 public static function getUserBanner($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getUserBanner($parameters);
 }