Fix StreamService.User(): parse very long friend ID lists properly by mickey24 · Pull Request #74 · dghubble/go-twitter

Fixes #73 by replacing bufio.Scanner with bufio.Reader for parsing streaming data. bufio.Scanner has a line length limit (65,536 bytes by default), which will cause a problem when a user has a larg...