twitter.Twitter
public final synchronized List<User> getFollowers(int page) throws TwitterException
public final synchronized List<User> getFollowers(String id) throws TwitterException
public final synchronized List<User> getFollowers(String id, int page) throws TwitterException
twitter.AsyncTwitter
public final synchronized void getFollowersAsync(int page, TwitterListener listener)
public final synchronized void getFollowersAsync(String id, TwitterListener listener)
public final synchronized void getFollowersAsync(String id, int page, TwitterListener listener)
Yusuke Yamamoto added a comment - 02/Nov/08 02:12 PM added following methods:
twitter.Twitter
public final synchronized List<User> getFollowers(int page) throws TwitterException
public final synchronized List<User> getFollowers(String id) throws TwitterException
public final synchronized List<User> getFollowers(String id, int page) throws TwitterException
twitter.AsyncTwitter
public final synchronized void getFollowersAsync(int page, TwitterListener listener)
public final synchronized void getFollowersAsync(String id, TwitterListener listener)
public final synchronized void getFollowersAsync(String id, int page, TwitterListener listener)
twitter.Twitter
public final synchronized List<User> getFollowers(int page) throws TwitterException
public final synchronized List<User> getFollowers(String id) throws TwitterException
public final synchronized List<User> getFollowers(String id, int page) throws TwitterException
twitter.AsyncTwitter
public final synchronized void getFollowersAsync(int page, TwitterListener listener)
public final synchronized void getFollowersAsync(String id, TwitterListener listener)
public final synchronized void getFollowersAsync(String id, int page, TwitterListener listener)