-added following methods to Twitter class
public final synchronized List getFriendsTimelineByPage(int page)
public final synchronized List getFriendsTimelineByPage(String id,int page)
public final synchronized List getRepliesByPage(int page)
public final synchronized List getDirectMessagesByPage(int page)
-added following methods to AsyncTwitter class
public final synchronized void getFriendsTimelineByPageAsync(int page, TwitterListener listener)
public final synchronized void getFriendsTimelineByPageAsync(String id,int page, TwitterListener listener)
public final synchronized void getRepliesByPageAsync(int page,TwitterListener listener)
public final synchronized void getDirectMessagesByPageAsync(int page, TwitterListener listener)
Yusuke Yamamoto - [16/Jul/07 02:09 PM ]
-added following methods to Twitter class
public final synchronized List getFriendsTimelineByPage(int page)
public final synchronized List getFriendsTimelineByPage(String id,int page)
public final synchronized List getRepliesByPage(int page)
public final synchronized List getDirectMessagesByPage(int page)
-added following methods to AsyncTwitter class
public final synchronized void getFriendsTimelineByPageAsync(int page, TwitterListener listener)
public final synchronized void getFriendsTimelineByPageAsync(String id,int page, TwitterListener listener)
public final synchronized void getRepliesByPageAsync(int page,TwitterListener listener)
public final synchronized void getDirectMessagesByPageAsync(int page, TwitterListener listener)
public final synchronized List getFriendsTimelineByPage(int page)
public final synchronized List getFriendsTimelineByPage(String id,int page)
public final synchronized List getRepliesByPage(int page)
public final synchronized List getDirectMessagesByPage(int page)
-added following methods to AsyncTwitter class
public final synchronized void getFriendsTimelineByPageAsync(int page, TwitterListener listener)
public final synchronized void getFriendsTimelineByPageAsync(String id,int page, TwitterListener listener)
public final synchronized void getRepliesByPageAsync(int page,TwitterListener listener)
public final synchronized void getDirectMessagesByPageAsync(int page, TwitterListener listener)