--
--------------------------------------------------
Daniel Winterstein
Edinburgh
http://winterwell.com http://soda.sh
I think this may be confusion over the constructor.
TwitterList has 2 constructors - one is for accessing lists which
already exist on Twitter, the other
is for creating new lists.
new TwitterList(ownerScreenName, listName, twitter) accesses an existing list
new TwitterList(listName, twitter, isPublic, description) creates a new list
You're using the constructor for existing lists. If the list does not
exist, you should get a TwitterException.E404
when running your code.
The 2 constructors are documented, but I can see how it could easily
be confusing. I'm therefore going to deprecate
the constructor for accessing an existing list, and add a static
method TwitterList.get() as the preferred alternative. To be
released next month (but available from Git now).
I hope that solves your problem.
Best regards,
- Daniel
On 17 July 2011 01:46, Mike Borozdin <nolong...@gmail.com> wrote:
--
-mb, from my phone