tweetstream / em-twitter

Twitter Streaming API client for EventMachine
http://rubygems.org/gems/em-twitter
MIT License
42 stars 16 forks source link

Password authentication/xAuth support #5

Closed sferik closed 12 years ago

sferik commented 12 years ago

This is not a high priority, but once all other issues are addressed, it would be nice to add support for password authentication and xAuth. This will allow em-twitter to be a feature-for-feature replacement of twitter-stream. I suspect a handful of current users of twitter-stream users depend on password authentication. Forcing them through the OAuth flow could be difficult or impossible.

But, again, not a high priority.