Tuitter::getFollowers

自分をフォローしているユーザを取得する。

ユーザは基本的には自分をフォローした順に並ぶ。

getFollowers( [$opt = array() [, $incrementalKey = 'default' ]] )

パラメータ

opt

Twitter APIが受け取るオプション。連想配列で指定する。
指定出来るオプションには、次のようなものがある。

戻り値

取得したユーザのTuitter_Usersオブジェクトを返す。