hayesdavis / grackle

Lightweight Ruby library for the Twitter API that goes with the flow.
228 stars 36 forks source link

Lists named after a valid format can not be retrieved #11

Open dacort opened 14 years ago

dacort commented 14 years ago

A user that has named a list one of the valid formats (json, xml, atom, rss) improperly calls format_invocation.

For example, @misstillytilly has an "rss" list. client.misstillytilly.rss.members? returns: Grackle::TwitterError: get http://twitter.com/misstillytilly.rss => 404:

As Twitter now supports listid as a parameter, valid workaround is just using (list_id) instead of the list slug.