Hi there, Are you using authentication when you make this request? Since accounts can have public and private lists, private lists will only be returned when requested by an access token belonging to the user that owns the lists. How many public lists do you expect to be returned for this user specifically?
@episod <http://twitter.com/episod> - Taylor Singletary On Sun, Apr 3, 2011 at 9:49 PM, evelynYun <[email protected]> wrote: > > I'm using twitter4j. > > twitter.getUserLists("castnode", -1) returned Null. > > And i checked this url : > https://api.twitter.com/1/castnode/lists.xml?cursor=-1 > > Result is this : > > <?xml version="1.0" encoding="UTF-8"?> > <lists_list> > <lists type="array"> > </lists> > <next_cursor>0</next_cursor> > <previous_cursor>0</previous_cursor> > </lists_list> > > > What's happend and what should i do..?? > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
