/**
  * Google is killing reader, and Twitter has killed it's RSS feed. 
  * But just in case you want to expose your tweets as RSS...
  */
 public function rss($opts = array())
 {
     return Rss::convert($this->response, $opts);
 }