public final synchronized List<Status> favorites() throws TwitterException
public final synchronized List<Status> favorites(int page) throws TwitterException
public final synchronized List<Status> favorites(String id) throws TwitterException
public final synchronized List<Status> favorites(String id,int page) throws TwitterException
public final synchronized Status createFavorite(int id) throws TwitterException
public final synchronized Status destroyFavorite(int id) throws TwitterException
Yusuke Yamamoto - [20/Jan/08 01:35 AM ]
Here's the list of added methods.
public final synchronized List<Status> favorites() throws TwitterException
public final synchronized List<Status> favorites(int page) throws TwitterException
public final synchronized List<Status> favorites(String id) throws TwitterException
public final synchronized List<Status> favorites(String id,int page) throws TwitterException
public final synchronized Status createFavorite(int id) throws TwitterException
public final synchronized Status destroyFavorite(int id) throws TwitterException
public final synchronized List<Status> favorites() throws TwitterException
public final synchronized List<Status> favorites(int page) throws TwitterException
public final synchronized List<Status> favorites(String id) throws TwitterException
public final synchronized List<Status> favorites(String id,int page) throws TwitterException
public final synchronized Status createFavorite(int id) throws TwitterException
public final synchronized Status destroyFavorite(int id) throws TwitterException