예제 #1
0
 /**
  * Returns a cursored collection of user IDs for every user following the specified user.
  * 
  * Parameters :
  * - user_id
  * - screen_name
  * - cursor
  * - stringify_ids (0|1)
  * - count (1-5000)
  *
  * @static 
  */
 public static function getFollowersIds($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getFollowersIds($parameters);
 }