spazproject / Spaz-Enyo

A version of Spaz targeted for tablet devices
http://getspaz.com
Other
45 stars 10 forks source link

Twitter Lists w/ Spaces Not Loading #151

Closed eberon closed 12 years ago

eberon commented 12 years ago

Twitter API wants lists names with spaces in them to be hypen-separated and won't accept their corresponding URLencoded value. The spaces should be replaced by hypens before calling the API.

It may be wiser to use alternate parameters to make this call, such as the list identifier rather than the name. However, that would require a refactoring. In all likelihood users don't have two identically named lists, one with hyphens and one without, anyway.